Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.rt.event
Class SessionAdapter

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

afterSession

public void afterSession(SessionEvent event)
                  throws AbortServiceException
The event notification after the end of session
Specified by:
afterSession in interface SessionListener
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

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.