JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

XMBean Attribute Persistence Service

List of MBean attributes:

Name Type Access Value Description
ApmDestroyOnServiceStop boolean RW True False Specifies whether to call destroy() on the AttributePersistenceManager implementation, upon service stop
AttributePersistenceManagerClass java.lang.String RW The actual AttributePersistenceManager implementation
AttributePersistenceManagerConfig org.w3c.dom.Element RW The XML configuration that is passed to the AttributePersistenceManager implementation
VersionTag java.lang.String RW The version tag to use for stored/loaded Attribute data
Name java.lang.String R AttributePersistenceService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


org.jboss.mx.persistence.AttributePersistenceManager apmCreate()

Factory method returning the active AttributePersistenceManager implementation, for internal usage


boolean apmExists()

Delegated to the active APM returns true when a persisted image with this id exists

Param ParamType ParamValue ParamDescription
id java.lang.String The id of the persisted attribute image

void apmRemove()

Delegated to the active APM removes the specified persisted attribute image

Param ParamType ParamValue ParamDescription
id java.lang.String The id of the persisted attribute image

void apmRemoveAll()

Delegated to the active APM removes the persisted attribute images


[Ljava.lang.String; apmListAll()

Delegated to the active APM it returns a list with the ids of all persisted attribute images


java.lang.String apmListAllAsString()

Delegated to the active APM it returns a single string with the ids of all persisted attribute images


void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation