Uses of Interface
com.sun.ejb.spi.container.StatefulEJBContext
-
Packages that use StatefulEJBContext Package Description 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 Modifier and Type Class Description classSessionContextImplImplementation of EJBContext for SessionBeansMethods in com.sun.ejb.containers with parameters of type StatefulEJBContext Modifier and Type Method Description voidStatefulSessionContainer. activateEJB(Object sessionKey, StatefulEJBContext sfsbCtx, Object cookie)voidStatefulSessionContainer. onUndeploy(StatefulEJBContext sfsbCtx)booleanStatefulSessionContainer. passivateEJB(StatefulEJBContext sfsbCtx)byte[]StatefulSessionContainer. serializeContext(StatefulEJBContext ctx) -
Uses of StatefulEJBContext in com.sun.ejb.containers.util.cache
Methods in com.sun.ejb.containers.util.cache that return StatefulEJBContext Modifier and Type Method Description StatefulEJBContextLruSessionCache. lookupEJB(Serializable sessionKey, SFSBContainerCallback container, Object cookie)Methods in com.sun.ejb.containers.util.cache with parameters of type StatefulEJBContext Modifier and Type Method Description booleanLruSessionCache. eligibleForRemovalFromCache(StatefulEJBContext ctx, Serializable sessionKey)Called by StatefulSessionContainer before passivation to determine whether or not removal-timeout has elapsed for a cache item.booleanLruSessionCache. 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 Modifier and Type Method Description voidSFSBContainerCallback. activateEJB(Object sessionKey, StatefulEJBContext ctx, Object cookie)booleanSFSBContainerCallback. passivateEJB(StatefulEJBContext ctx)byte[]SFSBContainerCallback. serializeContext(StatefulEJBContext ctx)
-