Oracle Application Server Wireless Java API Reference
B14043-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

afterSession

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

beforeSession

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

sessionAuthenticated

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

sessionBegin

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

sessionEnd

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.