当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
NullAttributePersistenceManager (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
org.jboss.system.pm
Class NullAttributePersistenceManager
java.lang.Object
org.jboss.system.pm.NullAttributePersistenceManager
- All Implemented Interfaces:
- org.jboss.mx.persistence.AttributePersistenceManager
- public class NullAttributePersistenceManager
- extends Object
- implements org.jboss.mx.persistence.AttributePersistenceManager
NullAttributePersistenceManager.
- Version:
- $Revision: 1.2 $
- Author:
- Dimitris Andreadis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullAttributePersistenceManager
public NullAttributePersistenceManager()
create
public void create(String version,
Element config)
throws Exception
- Specified by:
create
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
getState
public boolean getState()
- Specified by:
getState
in interface org.jboss.mx.persistence.AttributePersistenceManager
destroy
public void destroy()
- Specified by:
destroy
in interface org.jboss.mx.persistence.AttributePersistenceManager
exists
public boolean exists(String id)
throws Exception
- Specified by:
exists
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
load
public javax.management.AttributeList load(String id)
throws Exception
- Specified by:
load
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
store
public void store(String id,
javax.management.AttributeList attrs)
throws Exception
- Specified by:
store
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
remove
public void remove(String id)
throws Exception
- Specified by:
remove
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
removeAll
public void removeAll()
throws Exception
- Specified by:
removeAll
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
listAll
public String[] listAll()
throws Exception
- Specified by:
listAll
in interface org.jboss.mx.persistence.AttributePersistenceManager
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.