Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.event
Interface RequestListener

All Known Implementing Classes:
ListenerAdapter, RequestAdapter

public interface RequestListener

This interface represents the listener of request events.

Since:
Oracle9i Application Server Wireless Edition

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

 

Method Detail

beforeRequest

public void beforeRequest(RequestEvent event)
                   throws AbortServiceException
The event notification before start of request
AbortServiceException

requestBegin

public void requestBegin(RequestEvent event)
                  throws AbortServiceException
The event notification when request begin
AbortServiceException

serviceBegin

public void serviceBegin(RequestEvent event)
                  throws AbortServiceException
The event notification when service begin
AbortServiceException

serviceEnd

public void serviceEnd(RequestEvent event)
                throws AbortServiceException
The event notification when service end
AbortServiceException

transformBegin

public void transformBegin(RequestEvent event)
                    throws AbortServiceException
The event notification when transform begin
AbortServiceException

transformEnd

public void transformEnd(RequestEvent event)
                  throws AbortServiceException
The event notification when transform end
AbortServiceException

requestEnd

public void requestEnd(RequestEvent event)
                throws AbortServiceException
The event notification when request end
AbortServiceException

requestError

public void requestError(RequestEvent event)
                  throws AbortServiceException
The event notification when error occurred
AbortServiceException

afterRequest

public void afterRequest(RequestEvent event)
                  throws AbortServiceException
The event notification after end of request
AbortServiceException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.