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