oracle.panama.rt.event
Interface RequestEvent

All Superinterfaces:
RtEvent

public interface RequestEvent
extends RtEvent

This interface represents the request events.

Since:
Oracle9i Application Server Wireless Edition

Field Summary
TypeField
static int AFTER_REQUEST
           
static int BEFORE_REQUEST
           
static int REQUEST_BEGIN
           
static int REQUEST_END
           
static int REQUEST_ERROR
           
static int REQUEST_FIRST
           
static int REQUEST_LAST
           
static int SERVICE_BEGIN
           
static int SERVICE_END
           
static int TRANSFORM_BEGIN
           
static int TRANSFORM_END
           
 
Method Summary
TypeMethod
 Request getRequest()
          Get the request that issued the event
 java.lang.String toString()
           
 
Methods inherited from interface oracle.panama.rt.event.RtEvent
get, getThrowable, getTimeStamp, put
 

Field Detail

BEFORE_REQUEST

public static final int BEFORE_REQUEST

REQUEST_BEGIN

public static final int REQUEST_BEGIN

SERVICE_BEGIN

public static final int SERVICE_BEGIN

SERVICE_END

public static final int SERVICE_END

TRANSFORM_BEGIN

public static final int TRANSFORM_BEGIN

TRANSFORM_END

public static final int TRANSFORM_END

REQUEST_END

public static final int REQUEST_END

AFTER_REQUEST

public static final int AFTER_REQUEST

REQUEST_ERROR

public static final int REQUEST_ERROR

REQUEST_FIRST

public static final int REQUEST_FIRST

REQUEST_LAST

public static final int REQUEST_LAST
Method Detail

getRequest

public Request getRequest()
Get the request that issued the event
Returns:
the request that issued the event

toString

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