|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.sail.core.service.impl.SessionLoadMonitor
public class SessionLoadMonitor
It does not register any service, but consumes service
Constructor Summary | |
---|---|
SessionLoadMonitor()
|
Method Summary | |
---|---|
void |
initializeBundle(ServiceContext serviceContext)
This actually show the progress bar. |
void |
registerServices(ServiceContext serviceContext)
Allows bundle to provide all the services that it has This method has to be called before initializeBundle |
void |
sessionContextCreated(SessionManager manager,
SessionContext context)
|
void |
sessionContextIntiated(SessionManager manager,
SessionContext context)
|
void |
sessionContextStarted(SessionManager manager,
SessionContext context)
|
void |
sessionContextStopped(SessionManager manager,
SessionContext context)
|
void |
sessionStart(SessionManager manager)
Creates progress monitor and shows it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionLoadMonitor()
Method Detail |
---|
public void registerServices(ServiceContext serviceContext)
Bundle
registerServices
in interface Bundle
net.sf.sail.core.bundle.Bundle#registerServices(java.beans.beancontext.BeanContextServices)
public void initializeBundle(ServiceContext serviceContext)
initializeBundle
in interface Bundle
serviceContext
- - the service contextpublic void sessionStart(SessionManager manager)
sessionStart
in interface SessionLifecycleListener
SessionManager
- sessionManager - the session managerpublic void sessionContextCreated(SessionManager manager, SessionContext context)
sessionContextCreated
in interface SessionLifecycleListener
public void sessionContextIntiated(SessionManager manager, SessionContext context)
sessionContextIntiated
in interface SessionLifecycleListener
public void sessionContextStarted(SessionManager manager, SessionContext context)
sessionContextStarted
in interface SessionLifecycleListener
public void sessionContextStopped(SessionManager manager, SessionContext context)
sessionContextStopped
in interface SessionLifecycleListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |