oracle.panama.rt.event
Interface SessionEvent

All Superinterfaces:
RtEvent

public interface SessionEvent
extends RtEvent

This interface represents the session events.

Since:
Oracle9i Application Server Wireless Edition

Field Summary
TypeField
static int AFTER_SESSION
           
static int BEFORE_SESSION
           
static int SESSION_AUTHENTICATED
           
static int SESSION_BEGIN
           
static int SESSION_END
           
static int SESSION_FIRST
           
static int SESSION_LAST
           
 
Method Summary
TypeMethod
 Session getSession()
          Get the session that is reporting the event
 java.lang.String toString()
           
 
Methods inherited from interface oracle.panama.rt.event.RtEvent
get, getThrowable, getTimeStamp, put
 

Field Detail

BEFORE_SESSION

public static final int BEFORE_SESSION

SESSION_BEGIN

public static final int SESSION_BEGIN

SESSION_AUTHENTICATED

public static final int SESSION_AUTHENTICATED

SESSION_END

public static final int SESSION_END

AFTER_SESSION

public static final int AFTER_SESSION

SESSION_FIRST

public static final int SESSION_FIRST

SESSION_LAST

public static final int SESSION_LAST
Method Detail

getSession

public Session getSession()
Get the session that is reporting the event
Returns:
the session that is reporting the event

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object