org.apache.openejb.core.stateful
Class SimplePassivater
java.lang.Object
org.apache.openejb.core.stateful.SimplePassivater
- All Implemented Interfaces:
- PassivationStrategy
public class SimplePassivater
- extends Object
- implements PassivationStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePassivater
public SimplePassivater()
throws SystemException
- Throws:
SystemException
init
public void init(Properties props)
throws SystemException
- Specified by:
init
in interface PassivationStrategy
- Throws:
SystemException
passivate
public void passivate(Object primaryKey,
Object state)
throws SystemException
- Throws:
SystemException
passivate
public void passivate(Hashtable hash)
throws SystemException
- Specified by:
passivate
in interface PassivationStrategy
- Throws:
SystemException
activate
public Object activate(Object primaryKey)
throws SystemException
- Specified by:
activate
in interface PassivationStrategy
- Throws:
SystemException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.