org.jboss.system.pm
Interface AttributePersistenceServiceMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- AttributePersistenceService
public interface AttributePersistenceServiceMBean
- extends ServiceMBean
MBean interface.
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
getVersionTag
String getVersionTag()
setVersionTag
void setVersionTag(String versionTag)
getAttributePersistenceManagerClass
String getAttributePersistenceManagerClass()
setAttributePersistenceManagerClass
void setAttributePersistenceManagerClass(String apmClass)
getAttributePersistenceManagerConfig
Element getAttributePersistenceManagerConfig()
setAttributePersistenceManagerConfig
void setAttributePersistenceManagerConfig(Element apmConfig)
getApmDestroyOnServiceStop
boolean getApmDestroyOnServiceStop()
setApmDestroyOnServiceStop
void setApmDestroyOnServiceStop(boolean apmDestroyOnStop)
apmCreate
AttributePersistenceManager apmCreate()
apmExists
boolean apmExists(String id)
throws Exception
- Throws:
Exception
apmRemove
void apmRemove(String id)
throws Exception
- Throws:
Exception
apmRemoveAll
void apmRemoveAll()
throws Exception
- Throws:
Exception
apmListAll
String[] apmListAll()
throws Exception
- Throws:
Exception
apmListAllAsString
String apmListAllAsString()
throws Exception
- Throws:
Exception
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.