|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the listener of session events.
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 |
public void afterSession(SessionEvent event) throws AbortServiceException
AbortServiceException
public void beforeSession(SessionEvent event) throws AbortServiceException
AbortServiceException
public void sessionAuthenticated(SessionEvent event) throws AbortServiceException
AbortServiceException
public void sessionBegin(SessionEvent event) throws AbortServiceException
AbortServiceException
public void sessionEnd(SessionEvent event) throws AbortServiceException
AbortServiceException
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |