Oracle Application Server Wireless Java API Reference
B14043-01


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
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
 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

AFTER_SESSION

public static final int AFTER_SESSION
See Also:
Constant Field Values

BEFORE_SESSION

public static final int BEFORE_SESSION
See Also:
Constant Field Values

SESSION_AUTHENTICATED

public static final int SESSION_AUTHENTICATED
See Also:
Constant Field Values

SESSION_BEGIN

public static final int SESSION_BEGIN
See Also:
Constant Field Values

SESSION_END

public static final int SESSION_END
See Also:
Constant Field Values

SESSION_FIRST

public static final int SESSION_FIRST
See Also:
Constant Field Values

SESSION_LAST

public static final int SESSION_LAST
See Also:
Constant Field Values

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()

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.