public interface PassivationStrategy
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
activate(java.lang.Object primaryKey) |
void |
init(java.util.Properties props) |
void |
passivate(java.util.Map stateTable) |
void init(java.util.Properties props) throws SystemException
SystemException
void passivate(java.util.Map stateTable) throws SystemException
SystemException
java.lang.Object activate(java.lang.Object primaryKey) throws SystemException
SystemException