org.apache.openejb.core.stateful
Interface PassivationStrategy

All Known Implementing Classes:
RAFPassivater, SimplePassivater

public interface PassivationStrategy


Method Summary
 java.lang.Object activate(java.lang.Object primaryKey)
           
 void init(java.util.Properties props)
           
 void passivate(java.util.Map stateTable)
           
 

Method Detail

init

void init(java.util.Properties props)
          throws SystemException
Throws:
SystemException

passivate

void passivate(java.util.Map stateTable)
               throws SystemException
Throws:
SystemException

activate

java.lang.Object activate(java.lang.Object primaryKey)
                          throws SystemException
Throws:
SystemException


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