JMX MBean View

Name Domain jboss
service AttributePersistenceService
Java Class org.jboss.mx.modelmbean.XMBean
Description XMBean Attribute Persistence Service

Back to Agent ViewRefresh MBean View

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

Operation Name
Return Type
Description
Parameters
apmCreate
org.jboss.mx.persistence.AttributePersistenceManager
Factory method returning the active AttributePersistenceManager implementation, for internal usage
apmExists
boolean
Delegated to the active APM returns true when a persisted image with this id exists
id
java.lang.String
The id of the persisted attribute image
apmListAll
[Ljava.lang.String;
Delegated to the active APM it returns a list with the ids of all persisted attribute images
apmListAllAsString
java.lang.String
Delegated to the active APM it returns a single string with the ids of all persisted attribute images
apmRemove
void
Delegated to the active APM removes the specified persisted attribute image
id
java.lang.String
The id of the persisted attribute image
apmRemoveAll
void
Delegated to the active APM removes the persisted attribute images
create
void
Standard MBean lifecycle method
destroy
void
The destroy lifecycle operation
jbossInternalLifecycle
void
The detyped lifecycle operation (for internal use only)
method
java.lang.String
The lifecycle operation
start
void
The start lifecycle operation
stop
void
The stop lifecycle operation