butler.ext.session
Class SessionServiceImpl

java.lang.Object
  extended by butler.ext.session.SessionServiceImpl
All Implemented Interfaces:
SessionService

public class SessionServiceImpl
extends java.lang.Object
implements SessionService

Author:
Fredrik Bertilsson

Constructor Summary
SessionServiceImpl()
           
 
Method Summary
 void addSessionListener(SessionListener listener)
           
 Session createSession()
           
 void endSession()
           
 Session getSession(java.lang.Object sessionid)
           
 void putSession(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionServiceImpl

public SessionServiceImpl()
Method Detail

createSession

public Session createSession()
                      throws java.lang.Exception
Specified by:
createSession in interface SessionService
Throws:
java.lang.Exception

endSession

public void endSession()
                throws java.lang.Exception
Specified by:
endSession in interface SessionService
Throws:
java.lang.Exception

addSessionListener

public void addSessionListener(SessionListener listener)

getSession

public Session getSession(java.lang.Object sessionid)

putSession

public void putSession(Session session)
                throws java.lang.Exception
Throws:
java.lang.Exception