| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| com.sun.ejb.containers.util.cache | |
| com.sun.ejb.spi.container |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionContextImpl
Implementation of EJBContext for SessionBeans
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulSessionContainer.activateEJB(Object sessionKey,
StatefulEJBContext sfsbCtx,
Object cookie) |
void |
StatefulSessionContainer.onUndeploy(StatefulEJBContext sfsbCtx) |
boolean |
StatefulSessionContainer.passivateEJB(StatefulEJBContext sfsbCtx) |
byte[] |
StatefulSessionContainer.serializeContext(StatefulEJBContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
StatefulEJBContext |
LruSessionCache.lookupEJB(Serializable sessionKey,
SFSBContainerCallback container,
Object cookie) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LruSessionCache.eligibleForRemovalFromCache(StatefulEJBContext ctx,
Serializable sessionKey)
Called by StatefulSessionContainer before passivation to determine whether
or not removal-timeout has elapsed for a cache item.
|
boolean |
LruSessionCache.passivateEJB(StatefulEJBContext ctx,
Serializable sessionKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
SFSBContainerCallback.activateEJB(Object sessionKey,
StatefulEJBContext ctx,
Object cookie) |
boolean |
SFSBContainerCallback.passivateEJB(StatefulEJBContext ctx) |
byte[] |
SFSBContainerCallback.serializeContext(StatefulEJBContext ctx) |
Copyright © 2019. All rights reserved.