org.apache.openejb.core.stateful
Interface PassivationStrategy

All Known Implementing Classes:
RAFPassivater, SimplePassivater

public interface PassivationStrategy


Method Summary
 Object activate(Object primaryKey)
           
 void init(Properties props)
           
 void passivate(Map stateTable)
           
 

Method Detail

init

void init(Properties props)
          throws SystemException
Throws:
SystemException

passivate

void passivate(Map stateTable)
               throws SystemException
Throws:
SystemException

activate

Object activate(Object primaryKey)
                throws SystemException
Throws:
SystemException


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