org.alfresco.filesys
Class NullSessionListener
java.lang.Object
org.alfresco.filesys.NullSessionListener
- All Implemented Interfaces:
- org.alfresco.jlan.server.SessionListener
public class NullSessionListener
- extends java.lang.Object
- implements org.alfresco.jlan.server.SessionListener
A benign implementation of the SessionListener interface. Allows the authentication subsystems to share a uniform
interface. Those without a need for a live session listeners can use this bean.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSessionListener
public NullSessionListener()
sessionClosed
public void sessionClosed(org.alfresco.jlan.server.SrvSession sess)
- Specified by:
sessionClosed
in interface org.alfresco.jlan.server.SessionListener
sessionCreated
public void sessionCreated(org.alfresco.jlan.server.SrvSession sess)
- Specified by:
sessionCreated
in interface org.alfresco.jlan.server.SessionListener
sessionLoggedOn
public void sessionLoggedOn(org.alfresco.jlan.server.SrvSession sess)
- Specified by:
sessionLoggedOn
in interface org.alfresco.jlan.server.SessionListener
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.