|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatefulEJBContext | |
|---|---|
| com.sun.ejb.containers | |
| com.sun.ejb.containers.util.cache | |
| com.sun.ejb.spi.container | |
| Uses of StatefulEJBContext in com.sun.ejb.containers |
|---|
| Classes in com.sun.ejb.containers that implement StatefulEJBContext | |
|---|---|
class |
SessionContextImpl
Implementation of EJBContext for SessionBeans |
| Methods in com.sun.ejb.containers with parameters of type StatefulEJBContext | |
|---|---|
void |
StatefulSessionContainer.activateEJB(Object sessionKey,
StatefulEJBContext sfsbCtx,
Object cookie)
|
void |
StatefulSessionContainer.onUndeploy(StatefulEJBContext sfsbCtx)
|
boolean |
StatefulSessionContainer.passivateEJB(StatefulEJBContext sfsbCtx)
|
| Uses of StatefulEJBContext in com.sun.ejb.containers.util.cache |
|---|
| Methods in com.sun.ejb.containers.util.cache that return StatefulEJBContext | |
|---|---|
StatefulEJBContext |
LruSessionCache.lookupEJB(Serializable sessionKey,
SFSBContainerCallback container,
Object cookie)
|
| Methods in com.sun.ejb.containers.util.cache with parameters of type StatefulEJBContext | |
|---|---|
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)
|
| Uses of StatefulEJBContext in com.sun.ejb.spi.container |
|---|
| Methods in com.sun.ejb.spi.container with parameters of type StatefulEJBContext | |
|---|---|
void |
SFSBContainerCallback.activateEJB(Object sessionKey,
StatefulEJBContext ctx,
Object cookie)
|
boolean |
SFSBContainerCallback.passivateEJB(StatefulEJBContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||