| Name | Domain | jboss | |
| service | AttributePersistenceService | ||
| Java Class | org.jboss.mx.modelmbean.XMBean | ||
| Description | XMBean Attribute Persistence Service | ||
Back to Agent View Refresh MBean View
|
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 |
|
|
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 |
|
|
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) |
|
|
start void The start lifecycle operation |
|
|
stop void The stop lifecycle operation |