当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
AttributePersistenceServiceMBean (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
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
public String getVersionTag()
setVersionTag
public void setVersionTag(String versionTag)
getAttributePersistenceManagerClass
public String getAttributePersistenceManagerClass()
setAttributePersistenceManagerClass
public void setAttributePersistenceManagerClass(String apmClass)
getAttributePersistenceManagerConfig
public Element getAttributePersistenceManagerConfig()
setAttributePersistenceManagerConfig
public void setAttributePersistenceManagerConfig(Element apmConfig)
getApmDestroyOnServiceStop
public boolean getApmDestroyOnServiceStop()
setApmDestroyOnServiceStop
public void setApmDestroyOnServiceStop(boolean apmDestroyOnStop)
apmCreate
public org.jboss.mx.persistence.AttributePersistenceManager apmCreate()
apmExists
public boolean apmExists(String id)
throws Exception
- Throws:
Exception
apmRemove
public void apmRemove(String id)
throws Exception
- Throws:
Exception
apmRemoveAll
public void apmRemoveAll()
throws Exception
- Throws:
Exception
apmListAll
public String[] apmListAll()
throws Exception
- Throws:
Exception
apmListAllAsString
public String apmListAllAsString()
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.