Uses of Interface
com.sun.ejb.spi.container.StatefulEJBContext
Packages that use StatefulEJBContext
Package
Description
-
Uses of StatefulEJBContext in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement StatefulEJBContextModifier and TypeClassDescriptionfinal classImplementation of EJBContext for SessionBeansMethods in com.sun.ejb.containers with parameters of type StatefulEJBContextModifier and TypeMethodDescriptionvoidStatefulSessionContainer.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 StatefulEJBContextModifier and TypeMethodDescriptionLruSessionCache.lookupEJB(Serializable sessionKey, SFSBContainerCallback container, Object cookie) Methods in com.sun.ejb.containers.util.cache with parameters of type StatefulEJBContextModifier and TypeMethodDescriptionbooleanLruSessionCache.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 StatefulEJBContextModifier and TypeMethodDescriptionvoidSFSBContainerCallback.activateEJB(Object sessionKey, StatefulEJBContext ctx, Object cookie) booleanSFSBContainerCallback.passivateEJB(StatefulEJBContext ctx) byte[]SFSBContainerCallback.serializeContext(StatefulEJBContext ctx)