|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceContext | |
---|---|
org.apache.xbean.kernel | Defines the kernel interface for managing services and interfaces the kernel uses to interact with the services. |
org.apache.xbean.kernel.standard | Provides the standard kernel implementation. |
Uses of ServiceContext in org.apache.xbean.kernel |
---|
Methods in org.apache.xbean.kernel that return ServiceContext | |
---|---|
static ServiceContext |
ServiceContextThreadLocal.get()
Gets the ServiceContext associated with the current thread. |
Methods in org.apache.xbean.kernel with parameters of type ServiceContext | |
---|---|
Object |
StaticServiceFactory.createService(ServiceContext serviceContext)
Returns the static service instance. |
Object |
ServiceFactory.createService(ServiceContext serviceContext)
Creates the service instance. |
void |
StaticServiceFactory.destroyService(ServiceContext serviceContext)
This method is a noop. |
void |
ServiceFactory.destroyService(ServiceContext serviceContext)
Destroys the service instance. |
static void |
ServiceContextThreadLocal.set(ServiceContext serviceContext)
Assocates the specified ServiceContext with the current thread. |
Uses of ServiceContext in org.apache.xbean.kernel.standard |
---|
Classes in org.apache.xbean.kernel.standard that implement ServiceContext | |
---|---|
class |
StandardServiceContext
The standard service context implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |