|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 |
| Type | Method |
|---|---|
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 RequestListeneran - event
public void requestBegin(RequestEvent event)
throws AbortServiceException
requestBegin in interface RequestListeneran - event
public void serviceBegin(RequestEvent event)
throws AbortServiceException
serviceBegin in interface RequestListeneran - event
public void serviceEnd(RequestEvent event)
throws AbortServiceException
serviceEnd in interface RequestListeneran - event
public void transformBegin(RequestEvent event)
throws AbortServiceException
transformBegin in interface RequestListeneran - event
public void transformEnd(RequestEvent event)
throws AbortServiceException
transformEnd in interface RequestListeneran - event
public void requestEnd(RequestEvent event)
throws AbortServiceException
requestEnd in interface RequestListeneran - event
public void requestError(RequestEvent event)
throws AbortServiceException
requestError in interface RequestListeneran - event
public void afterRequest(RequestEvent event)
throws AbortServiceException
afterRequest in interface RequestListeneran - event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||