Oracle Application Server Wireless Java API Reference
B10400-01

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
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
 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
See Also:
Constant Field Values

REQUEST_BEGIN

public static final int REQUEST_BEGIN
See Also:
Constant Field Values

SERVICE_BEGIN

public static final int SERVICE_BEGIN
See Also:
Constant Field Values

SERVICE_END

public static final int SERVICE_END
See Also:
Constant Field Values

TRANSFORM_BEGIN

public static final int TRANSFORM_BEGIN
See Also:
Constant Field Values

TRANSFORM_END

public static final int TRANSFORM_END
See Also:
Constant Field Values

REQUEST_END

public static final int REQUEST_END
See Also:
Constant Field Values

AFTER_REQUEST

public static final int AFTER_REQUEST
See Also:
Constant Field Values

REQUEST_ERROR

public static final int REQUEST_ERROR
See Also:
Constant Field Values

REQUEST_FIRST

public static final int REQUEST_FIRST
See Also:
Constant Field Values

REQUEST_LAST

public static final int REQUEST_LAST
See Also:
Constant Field Values
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

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.