Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.rt.event
Class ListenerAdapter

java.lang.Object
  extended byoracle.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

afterRequest

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

afterSession

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

beforeRequest

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

beforeSession

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

requestBegin

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

requestEnd

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

requestError

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

responseError

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

serviceBegin

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

serviceEnd

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

sessionAuthenticated

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

sessionBegin

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

sessionEnd

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

transformBegin

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

transformEnd

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.