Uses of Interface
org.apache.xbean.kernel.ServiceContext

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 ServiceFactory.createService(ServiceContext serviceContext)
          Creates the service instance.
 Object StaticServiceFactory.createService(ServiceContext serviceContext)
          Returns the static service instance.
 void ServiceFactory.destroyService(ServiceContext serviceContext)
          Destroys the service instance.
 void StaticServiceFactory.destroyService(ServiceContext serviceContext)
          This method is a noop.
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.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.