|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.iplanet.portalserver.session.SessionEvent
The SessionEvent class represents a session event.
If this is a new session, the session event contains all session
information of this new session, otherwise, only the changed
information of the session is contained in the session event.
Session| Field Summary | |
static int |
DESTROY
Session destroy event |
static int |
IDLE_TIMEOUT
Session idle time out event |
static int |
LOGOUT
Session logout event |
static int |
MAX_TIMEOUT
Session maximum time out event |
static int |
REACTIVATION
Session reactivation event |
static int |
SESSION_CREATION
Session creation event |
| Method Summary | |
Session |
getSession()
Gets the session object which emitted this event. |
long |
getTime()
Gets the time of this event. |
int |
getType()
Gets the type of this event. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int SESSION_CREATION
public static final int IDLE_TIMEOUT
public static final int MAX_TIMEOUT
public static final int LOGOUT
public static final int REACTIVATION
public static final int DESTROY
| Method Detail |
public Session getSession()
None. - public int getType()
None. - public long getTime()
None. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||