Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.event
Class ListenerAdapter

java.lang.Object
  |
  +--oracle.panama.rt.event.ListenerAdapter
All Implemented Interfaces:
RequestListener, ResponseListener, SessionListener

public abstract class ListenerAdapter
extends java.lang.Object
implements RequestListener, ResponseListener, SessionListener

An abstract adapter class for receiving request, response, and session events. The methods in this class are empty. This class exists as convenience for creating listener objects.

Since:
Oracle9i Application Server Wireless Edition

Constructor Summary
ListenerAdapter()
           

 

Method Summary
 void afterRequest(RequestEvent event)
          The event notification after end of request
 void afterSession(SessionEvent event)
          The event notification after the end of session
 void beforeRequest(RequestEvent event)
          The event notification before start of request
 void beforeSession(SessionEvent event)
          The event notification before the start of session
 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 responseError(ResponseEvent 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 sessionAuthenticated(SessionEvent event)
          The event notification when session is authenticated
 void sessionBegin(SessionEvent event)
          The event notification when session begins
 void sessionEnd(SessionEvent event)
          The event notification when session ends
 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

ListenerAdapter

public ListenerAdapter()
Method Detail

beforeRequest

public void beforeRequest(RequestEvent event)
                   throws AbortServiceException
The event notification before start of request
Specified by:
beforeRequest in interface RequestListener
AbortServiceException

requestBegin

public void requestBegin(RequestEvent event)
                  throws AbortServiceException
The event notification when request begin
Specified by:
requestBegin in interface RequestListener
AbortServiceException

serviceBegin

public void serviceBegin(RequestEvent event)
                  throws AbortServiceException
The event notification when service begin
Specified by:
serviceBegin in interface RequestListener
AbortServiceException

sessionAuthenticated

public void sessionAuthenticated(SessionEvent event)
                          throws AbortServiceException
The event notification when session is authenticated
Specified by:
sessionAuthenticated in interface SessionListener
AbortServiceException

serviceEnd

public void serviceEnd(RequestEvent event)
                throws AbortServiceException
The event notification when service end
Specified by:
serviceEnd in interface RequestListener
AbortServiceException

transformBegin

public void transformBegin(RequestEvent event)
                    throws AbortServiceException
The event notification when transform begin
Specified by:
transformBegin in interface RequestListener
AbortServiceException

transformEnd

public void transformEnd(RequestEvent event)
                  throws AbortServiceException
The event notification when transform end
Specified by:
transformEnd in interface RequestListener
AbortServiceException

requestEnd

public void requestEnd(RequestEvent event)
                throws AbortServiceException
The event notification when request end
Specified by:
requestEnd in interface RequestListener
AbortServiceException

requestError

public void requestError(RequestEvent event)
                  throws AbortServiceException
The event notification when error occurred
Specified by:
requestError in interface RequestListener
AbortServiceException

afterRequest

public void afterRequest(RequestEvent event)
                  throws AbortServiceException
The event notification after end of request
Specified by:
afterRequest in interface RequestListener
AbortServiceException

responseError

public void responseError(ResponseEvent event)
                   throws AbortServiceException
The event notification when error occurred
Specified by:
responseError in interface ResponseListener
AbortServiceException

beforeSession

public void beforeSession(SessionEvent event)
                   throws AbortServiceException
The event notification before the start of session
Specified by:
beforeSession in interface SessionListener
AbortServiceException

sessionBegin

public void sessionBegin(SessionEvent event)
                  throws AbortServiceException
The event notification when session begins
Specified by:
sessionBegin in interface SessionListener
AbortServiceException

sessionEnd

public void sessionEnd(SessionEvent event)
                throws AbortServiceException
The event notification when session ends
Specified by:
sessionEnd in interface SessionListener
AbortServiceException

afterSession

public void afterSession(SessionEvent event)
                  throws AbortServiceException
The event notification after the end of session
Specified by:
afterSession in interface SessionListener
AbortServiceException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.