| Operation |
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 |
|
| 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 |
|
| 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 |
|
| create |
void |
Standard MBean lifecycle method |
|
| start |
void |
The start lifecycle operation |
|
| stop |
void |
The stop lifecycle operation |
|
| destroy |
void |
The destroy lifecycle operation |
|
| jbossInternalLifecycle |
void |
The detyped lifecycle operation (for internal use only) |
|