Uses of Class
com.aspectran.core.component.session.Session.DestroyedReason
-
Packages that use Session.DestroyedReason Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of Session.DestroyedReason in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return Session.DestroyedReason Modifier and Type Method Description Session.DestroyedReasonDefaultSession. getDestroyedReason()Session.DestroyedReasonSession. getDestroyedReason()static Session.DestroyedReasonSession.DestroyedReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Session.DestroyedReason[]Session.DestroyedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspectran.core.component.session with parameters of type Session.DestroyedReason Modifier and Type Method Description voidAbstractSessionHandler. invalidate(java.lang.String id, Session.DestroyedReason reason)voidSessionHandler. invalidate(java.lang.String id, Session.DestroyedReason reason)DefaultSessionAbstractSessionHandler. removeSession(java.lang.String id, boolean invalidate, Session.DestroyedReason reason)DefaultSessionSessionHandler. removeSession(java.lang.String id, boolean invalidate, Session.DestroyedReason reason)protected voidDefaultSession. setDestroyedReason(Session.DestroyedReason destroyedReason)
-