public interface SessionListener
The session listener interface provides a hook into the server so that an application is notified when a new session is created and closed by a network server.
| Modifier and Type | Method and Description |
|---|---|
void |
sessionClosed(SrvSession sess)
Called when a network session is closed.
|
void |
sessionCreated(SrvSession sess)
Called when a new network session is created by a network server.
|
void |
sessionLoggedOn(SrvSession sess)
Called when a user logs on to a network server
|
void sessionClosed(SrvSession sess)
sess - Network session details.void sessionCreated(SrvSession sess)
sess - Network session that has been created for the new connection.void sessionLoggedOn(SrvSession sess)
sess - Network session that has been logged on.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.