XMBean Attribute Persistence Service
org.jboss.system.pm.AttributePersistenceService
Specifies whether to call destroy() on the AttributePersistenceManager implementation, upon service stop
ApmDestroyOnServiceStop
boolean
The actual AttributePersistenceManager implementation
AttributePersistenceManagerClass
java.lang.String
The XML configuration that is passed to the AttributePersistenceManager implementation
AttributePersistenceManagerConfig
org.w3c.dom.Element
The version tag to use for stored/loaded Attribute data
VersionTag
java.lang.String
&defaultAttributes;
Factory method returning the active AttributePersistenceManager implementation, for internal usage
apmCreate
org.jboss.mx.persistence.AttributePersistenceManager
Delegated to the active APM returns true when a persisted image with this id exists
apmExists
The id of the persisted attribute image
id
java.lang.String
boolean
Delegated to the active APM removes the specified persisted attribute image
apmRemove
The id of the persisted attribute image
id
java.lang.String
void
Delegated to the active APM removes the persisted attribute images
apmRemoveAll
void
Delegated to the active APM it returns a list with the ids of all persisted attribute images
apmListAll
[Ljava.lang.String;
Delegated to the active APM it returns a single string with the ids of all persisted attribute images
apmListAllAsString
java.lang.String
&defaultOperations;