org.jboss.system.pm
Class NullAttributePersistenceManager
java.lang.Object
org.jboss.system.pm.NullAttributePersistenceManager
- All Implemented Interfaces:
- AttributePersistenceManager
public class NullAttributePersistenceManager
- extends Object
- implements AttributePersistenceManager
NullAttributePersistenceManager.
- Version:
- $Revision: 81033 $
- 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 AttributePersistenceManager
- Throws:
Exception
getState
public boolean getState()
- Specified by:
getState
in interface AttributePersistenceManager
destroy
public void destroy()
- Specified by:
destroy
in interface AttributePersistenceManager
exists
public boolean exists(String id)
throws Exception
- Specified by:
exists
in interface AttributePersistenceManager
- Throws:
Exception
load
public AttributeList load(String id)
throws Exception
- Specified by:
load
in interface AttributePersistenceManager
- Throws:
Exception
store
public void store(String id,
AttributeList attrs)
throws Exception
- Specified by:
store
in interface AttributePersistenceManager
- Throws:
Exception
remove
public void remove(String id)
throws Exception
- Specified by:
remove
in interface AttributePersistenceManager
- Throws:
Exception
removeAll
public void removeAll()
throws Exception
- Specified by:
removeAll
in interface AttributePersistenceManager
- Throws:
Exception
listAll
public String[] listAll()
throws Exception
- Specified by:
listAll
in interface AttributePersistenceManager
- Throws:
Exception
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.