org.apache.openejb.core.stateful
Class RAFPassivater

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

public class RAFPassivater
extends java.lang.Object
implements PassivationStrategy


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

Constructor Detail

RAFPassivater

public RAFPassivater()
Method Detail

init

public void init(java.util.Properties props)
          throws SystemException
Specified by:
init in interface PassivationStrategy
Throws:
SystemException

passivate

public void passivate(java.util.Map stateTable)
               throws SystemException
Specified by:
passivate in interface PassivationStrategy
Throws:
SystemException

activate

public java.lang.Object activate(java.lang.Object primaryKey)
                          throws SystemException
Specified by:
activate in interface PassivationStrategy
Throws:
SystemException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.