public interface SFSBContainerCallback
Modifier and Type | Method and Description |
---|---|
void |
activateEJB(Object sessionKey,
StatefulEJBContext ctx,
Object cookie) |
Object |
deserializeData(byte[] data) |
ClassLoader |
getClassLoader() |
int |
getPassivationBatchCount() |
void |
invokePeriodically(long delay,
long periodicity,
Runnable target) |
boolean |
isPassivationCapable() |
boolean |
passivateEJB(StatefulEJBContext ctx) |
byte[] |
serializeContext(StatefulEJBContext ctx) |
ClassLoader getClassLoader()
int getPassivationBatchCount()
void invokePeriodically(long delay, long periodicity, Runnable target)
void activateEJB(Object sessionKey, StatefulEJBContext ctx, Object cookie)
boolean passivateEJB(StatefulEJBContext ctx)
boolean isPassivationCapable()
byte[] serializeContext(StatefulEJBContext ctx) throws IOException
IOException
Copyright © 2019. All rights reserved.