oracle.panama.rt.event
Interface ResponseEvent

All Superinterfaces:
RtEvent

public interface ResponseEvent
extends RtEvent

This interface represents the response events.

Since:
Oracle9i Application Server Wireless Edition

Field Summary
TypeField
static int RESPONSE_ERROR
           
static int RESPONSE_FIRST
           
static int RESPONSE_LAST
           
 
Method Summary
TypeMethod
 Response getResponse()
          Get the response that is reporting the event
 java.lang.String toString()
           
 
Methods inherited from interface oracle.panama.rt.event.RtEvent
get, getThrowable, getTimeStamp, put
 

Field Detail

RESPONSE_ERROR

public static final int RESPONSE_ERROR

RESPONSE_FIRST

public static final int RESPONSE_FIRST

RESPONSE_LAST

public static final int RESPONSE_LAST
Method Detail

getResponse

public Response getResponse()
Get the response that is reporting the event
Returns:
the response that is reporting the event

toString

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