|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.core.stateful.RAFPassivater
public class RAFPassivater
Constructor Summary | |
---|---|
RAFPassivater()
|
Method Summary | |
---|---|
java.lang.Object |
activate(java.lang.Object primaryKey)
The implementation must NOT use a separate thread to deserialize or otherwise retrieve the instance when this method is called. |
void |
init(java.util.Properties props)
|
void |
passivate(java.util.Hashtable stateTable)
If the PassivationStrategy operates is own thread for serializing beans to disk, then it must use the IntraVmCopyMonitor.prePassivationOperation() and IntraVmCopyMonitor.postPassivationOperation() methods to demarcate the start and end of serialization of bean instance(s). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RAFPassivater()
Method Detail |
---|
public void init(java.util.Properties props) throws SystemException
init
in interface PassivationStrategy
SystemException
- if an argument is invalid, e.g. a non-existing directory for passivationpublic void passivate(java.util.Hashtable stateTable) throws SystemException
PassivationStrategy
passivate
in interface PassivationStrategy
SystemException
public java.lang.Object activate(java.lang.Object primaryKey) throws SystemException
PassivationStrategy
activate
in interface PassivationStrategy
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |