vishnu.sessions
Class DefaultSessionHandler

java.lang.Object
  extended by vishnu.sessions.AbstractSessionHandler
      extended by vishnu.sessions.DefaultSessionHandler
All Implemented Interfaces:
SessionHandler

public class DefaultSessionHandler
extends AbstractSessionHandler

 

Field Summary
 
Fields inherited from class vishnu.sessions.AbstractSessionHandler
pool, service
 
Constructor Summary
DefaultSessionHandler(SessionPool pool)
           
 
Method Summary
protected  void loginOperations(Session s)
           
protected  void logoutOperations(Session s)
           
 
Methods inherited from class vishnu.sessions.AbstractSessionHandler
attach, login, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSessionHandler

public DefaultSessionHandler(SessionPool pool)
Method Detail

loginOperations

protected void loginOperations(Session s)
Specified by:
loginOperations in class AbstractSessionHandler

logoutOperations

protected void logoutOperations(Session s)
Specified by:
logoutOperations in class AbstractSessionHandler