Uses of Class
com.oracle.coherence.spring.session.support.SessionEvent
-
Packages that use SessionEvent Package Description com.oracle.coherence.spring.session.support Contains various support classes. -
-
Uses of SessionEvent in com.oracle.coherence.spring.session.support
Methods in com.oracle.coherence.spring.session.support that return SessionEvent Modifier and Type Method Description static SessionEvent
SessionEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionEvent[]
SessionEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.coherence.spring.session.support with parameters of type SessionEvent Modifier and Type Method Description static String
SessionDebugMessageUtils. createSessionEventMessage(SessionEvent event, org.springframework.session.MapSession session)
Create a common log message for session events.
-