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