|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.event.AbstractPortalEvent
lumis.portal.event.AbstractTransactionalPortalEvent
lumis.portal.authentication.event.SessionEvent
public abstract class SessionEvent
Base class for events generated for the user session lifecycle.
Constructor Summary | |
---|---|
SessionEvent(SessionConfig sessionConfig,
java.util.Collection<SessionConfig> sessions,
ITransaction transaction)
|
Method Summary | |
---|---|
java.util.Collection<SessionConfig> |
getSessions()
Returns the sessions this event refers to. |
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent |
---|
getSessionConfig, getTransaction |
Methods inherited from class lumis.portal.event.AbstractPortalEvent |
---|
getEventGroups, getOperationType, setEventGroups, setOperationType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.portal.event.IPortalEvent |
---|
toString |
Constructor Detail |
---|
public SessionEvent(SessionConfig sessionConfig, java.util.Collection<SessionConfig> sessions, ITransaction transaction)
Method Detail |
---|
public java.util.Collection<SessionConfig> getSessions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |