Oracle Application Server Wireless Java API Reference
B10400-01

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
static int RESPONSE_ERROR
           
static int RESPONSE_FIRST
           
static int RESPONSE_LAST
           

 

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

RESPONSE_FIRST

public static final int RESPONSE_FIRST
See Also:
Constant Field Values

RESPONSE_LAST

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

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.