|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceContext | |
---|---|
net.sf.sail.common.apps.preview | |
net.sf.sail.core.bundle | |
net.sf.sail.core.service | |
net.sf.sail.core.service.impl |
Uses of ServiceContext in net.sf.sail.common.apps.preview |
---|
Methods in net.sf.sail.common.apps.preview with parameters of type ServiceContext | |
---|---|
void |
PreviewSailDataStoreService.initializeBundle(ServiceContext serviceContext)
|
void |
PreviewSailDataStoreService.registerServices(ServiceContext serviceContext)
|
Uses of ServiceContext in net.sf.sail.core.bundle |
---|
Methods in net.sf.sail.core.bundle that return ServiceContext | |
---|---|
ServiceContext |
BundleManager.getServiceContext()
|
Methods in net.sf.sail.core.bundle with parameters of type ServiceContext | |
---|---|
void |
Bundle.initializeBundle(ServiceContext serviceContext)
Initializes the services that this bundle provides |
void |
Bundle.registerServices(ServiceContext serviceContext)
Allows bundle to provide all the services that it has This method has to be called before initializeBundle |
Uses of ServiceContext in net.sf.sail.core.service |
---|
Methods in net.sf.sail.core.service with parameters of type ServiceContext | |
---|---|
void |
SessionManager.start(ServiceContext serviceContext)
|
Uses of ServiceContext in net.sf.sail.core.service.impl |
---|
Classes in net.sf.sail.core.service.impl that implement ServiceContext | |
---|---|
class |
ServiceContextImpl
|
Methods in net.sf.sail.core.service.impl with parameters of type ServiceContext | |
---|---|
void |
LauncherServiceImpl.initializeBundle(ServiceContext serviceContext)
|
void |
SessionLoadMonitor.initializeBundle(ServiceContext serviceContext)
This actually show the progress bar. |
void |
CurnitUrlProviderImpl.initializeBundle(ServiceContext serviceContext)
This method used to create the UrlCurnitProvider, but that call actually loaded in the curnit, which could be slow or could have an IOException, so now that is delayed until the provider is actually needed. |
void |
SessionContextServiceImpl.initializeBundle(ServiceContext serviceContext)
|
void |
UserServiceImpl.initializeBundle(ServiceContext serviceContext)
|
void |
SessionManagerImpl.initializeBundle(ServiceContext serviceContext)
|
void |
LauncherServiceImpl.registerServices(ServiceContext serviceContext)
|
void |
SessionLoadMonitor.registerServices(ServiceContext serviceContext)
|
void |
CurnitUrlProviderImpl.registerServices(ServiceContext serviceContext)
|
void |
SessionContextServiceImpl.registerServices(ServiceContext serviceContext)
|
void |
UserServiceImpl.registerServices(ServiceContext serviceContext)
Register a UserService |
void |
SessionManagerImpl.registerServices(ServiceContext serviceContext)
|
void |
SessionManagerImpl.start(ServiceContext serviceContext)
The startup for the sail session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |