net.sf.sail.core.service.impl
Class SessionContextServiceImpl

java.lang.Object
  extended by net.sf.sail.core.service.impl.SessionContextServiceImpl
All Implemented Interfaces:
Bundle, SessionContextService

public class SessionContextServiceImpl
extends java.lang.Object
implements Bundle, SessionContextService

Author:
scott

Constructor Summary
SessionContextServiceImpl()
           
 
Method Summary
 SessionContext createSessionContext()
           
 void initializeBundle(ServiceContext serviceContext)
          Initializes the services that this bundle provides
 void registerServices(ServiceContext serviceContext)
          Allows bundle to provide all the services that it has This method has to be called before initializeBundle
 void setSessionContextClass(java.lang.Class<? extends SessionContext> contextClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContextServiceImpl

public SessionContextServiceImpl()
Method Detail

setSessionContextClass

public void setSessionContextClass(java.lang.Class<? extends SessionContext> contextClass)

initializeBundle

public void initializeBundle(ServiceContext serviceContext)
Description copied from interface: Bundle
Initializes the services that this bundle provides

Specified by:
initializeBundle in interface Bundle

registerServices

public void registerServices(ServiceContext serviceContext)
Description copied from interface: Bundle
Allows bundle to provide all the services that it has This method has to be called before initializeBundle

Specified by:
registerServices in interface Bundle

createSessionContext

public SessionContext createSessionContext()
Specified by:
createSessionContext in interface SessionContextService


Copyright © 2004-2008 TELS Center. All Rights Reserved.