Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.event
Interface SessionListener

All Known Implementing Classes:
ListenerAdapter, SessionAdapter

public interface SessionListener

This interface represents the listener of session events.

Since:
Oracle9i Application Server Wireless Edition

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

 

Method Detail

beforeSession

public void beforeSession(SessionEvent event)
                   throws AbortServiceException
The event notification before the start of session
AbortServiceException

sessionBegin

public void sessionBegin(SessionEvent event)
                  throws AbortServiceException
The event notification when session begins
AbortServiceException

sessionAuthenticated

public void sessionAuthenticated(SessionEvent event)
                          throws AbortServiceException
The event notification when session is authenticated
AbortServiceException

sessionEnd

public void sessionEnd(SessionEvent event)
                throws AbortServiceException
The event notification when session ends
AbortServiceException

afterSession

public void afterSession(SessionEvent event)
                  throws AbortServiceException
The event notification after the end of session
AbortServiceException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.