Uses of Enum
com.oracle.coherence.spring.session.support.SessionEvent
Packages that use SessionEvent
-
Uses of SessionEvent in com.oracle.coherence.spring.session.support
Methods in com.oracle.coherence.spring.session.support that return SessionEventModifier and TypeMethodDescriptionstatic SessionEvent
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 SessionEventModifier and TypeMethodDescriptionstatic String
SessionDebugMessageUtils.createSessionEventMessage
(SessionEvent event, org.springframework.session.MapSession session) Create a common log message for session events.