org.apache.openejb.core.managed
Interface PassivationStrategy
- All Known Implementing Classes:
- RAFPassivater, SimplePassivater
public interface PassivationStrategy
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.