Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.event
Class SessionAdapter

java.lang.Object
  |
  +--oracle.panama.rt.event.SessionAdapter
All Implemented Interfaces:
SessionListener

public abstract class SessionAdapter
extends java.lang.Object
implements SessionListener

An abstract adapter class for receiving 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
SessionAdapter()
           

 

Method Summary
 void afterSession(SessionEvent event)
          The event notification after the end of session
 void beforeSession(SessionEvent event)
          The event notification before the start of session
 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

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SessionAdapter

public SessionAdapter()
Method Detail

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

sessionAuthenticated

public void sessionAuthenticated(SessionEvent event)
                          throws AbortServiceException
The event notification when session is authenticated
Specified by:
sessionAuthenticated 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.