vishnu.sessions
Class TransactionalSessionHandler

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

public class TransactionalSessionHandler
extends AbstractSessionHandler

 

Field Summary
 
Fields inherited from class vishnu.sessions.AbstractSessionHandler
pool, service
 
Constructor Summary
TransactionalSessionHandler(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

TransactionalSessionHandler

public TransactionalSessionHandler(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