|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.rt.event.RequestAdapter
An abstract adapter class for receiving request events. The methods in this class are empty. This class exists as convenience for creating listener objects.
| Constructor Summary | |
RequestAdapter() | |
| Method Summary | |
void |
afterRequest(RequestEvent event)The event notification after end of request |
void |
beforeRequest(RequestEvent event)The event notification before start of request |
void |
requestBegin(RequestEvent event)The event notification when request begin |
void |
requestEnd(RequestEvent event)The event notification when request end |
void |
requestError(RequestEvent event)The event notification when error occurred |
void |
serviceBegin(RequestEvent event)The event notification when service begin |
void |
serviceEnd(RequestEvent event)The event notification when service end |
void |
transformBegin(RequestEvent event)The event notification when transform begin |
void |
transformEnd(RequestEvent event)The event notification when transform end |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestAdapter()
| Method Detail |
public void beforeRequest(RequestEvent event)
throws AbortServiceException
beforeRequest in interface RequestListenerAbortServiceException
public void requestBegin(RequestEvent event)
throws AbortServiceException
requestBegin in interface RequestListenerAbortServiceException
public void serviceBegin(RequestEvent event)
throws AbortServiceException
serviceBegin in interface RequestListenerAbortServiceException
public void serviceEnd(RequestEvent event)
throws AbortServiceException
serviceEnd in interface RequestListenerAbortServiceException
public void transformBegin(RequestEvent event)
throws AbortServiceException
transformBegin in interface RequestListenerAbortServiceException
public void transformEnd(RequestEvent event)
throws AbortServiceException
transformEnd in interface RequestListenerAbortServiceException
public void requestEnd(RequestEvent event)
throws AbortServiceException
requestEnd in interface RequestListenerAbortServiceException
public void requestError(RequestEvent event)
throws AbortServiceException
requestError in interface RequestListenerAbortServiceException
public void afterRequest(RequestEvent event)
throws AbortServiceException
afterRequest in interface RequestListenerAbortServiceException
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||