org.apache.openejb.core.stateful
Class SimplePassivater

java.lang.Object
  extended by org.apache.openejb.core.stateful.SimplePassivater
All Implemented Interfaces:
PassivationStrategy

public class SimplePassivater
extends Object
implements PassivationStrategy


Constructor Summary
SimplePassivater()
           
 
Method Summary
 Object activate(Object primaryKey)
           
 void init(Properties props)
           
 void passivate(Map hash)
           
 void passivate(Object primaryKey, Object state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePassivater

public SimplePassivater()
                 throws SystemException
Throws:
SystemException
Method Detail

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(Map 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-2013 The Apache OpenEJB development community. All Rights Reserved.