org.apache.openejb.core.stateful
Class RAFPassivater
java.lang.Object
org.apache.openejb.core.stateful.RAFPassivater
- All Implemented Interfaces:
- PassivationStrategy
public class RAFPassivater
- extends Object
- implements PassivationStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAFPassivater
public RAFPassivater()
init
public void init(Properties props)
throws SystemException
- Specified by:
init
in interface PassivationStrategy
- Throws:
SystemException
passivate
public void passivate(Map stateTable)
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-2013 The Apache OpenEJB development community. All Rights Reserved.