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

Packages that use Kernel
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 Kernel in org.apache.xbean.kernel
 

Methods in org.apache.xbean.kernel that return Kernel
 Kernel KernelFactory.createKernel(String name)
          Creates a new kernel instance and registers it with the static KernelFactory registry.
protected abstract  Kernel KernelFactory.createKernelInternal(String name)
          Creates the actual kernel instance which will be registerd in the KernelFactory.
 Kernel ServiceEvent.getKernel()
          Gets the kernel in which the service is registered.
 Kernel ServiceContext.getKernel()
          Gets the kernel in which this service is registered.
 Kernel ServiceConditionContext.getKernel()
          Gets the kernel in which the service is registered.
static Kernel KernelFactory.getKernel(String name)
          Gets the kernel registered under the specified name.
 

Methods in org.apache.xbean.kernel with parameters of type Kernel
static void KernelFactory.destroyInstance(Kernel kernel)
          Removes the kernel instance from the internal kernel registry.
 

Constructors in org.apache.xbean.kernel with parameters of type Kernel
ServiceEvent(long eventId, Kernel kernel, ServiceName serviceName, ServiceFactory serviceFactory, ClassLoader classLoader, Object service, Throwable cause, Set unsatisfiedConditions)
          Creates a service event.
 

Uses of Kernel in org.apache.xbean.kernel.standard
 

Classes in org.apache.xbean.kernel.standard that implement Kernel
 class StandardKernel
          The standard kernel implementation.
 

Methods in org.apache.xbean.kernel.standard that return Kernel
protected  Kernel StandardKernelFactory.createKernelInternal(String name)
          Creates the actual kernel instance which will be registerd in the KernelFactory.
 Kernel StandardServiceContext.getKernel()
          Gets the kernel in which this service is registered.
 Kernel StandardServiceConditionContext.getKernel()
          Gets the kernel in which the service is registered.
 

Constructors in org.apache.xbean.kernel.standard with parameters of type Kernel
AggregateCondition(Kernel kernel, ServiceName serviceName, ClassLoader classLoader, Lock lock, Set conditions)
          Creates an aggregate condition.
NonRestartableStopCondition(Kernel kernel, ServiceName serviceName, ClassLoader classLoader, Lock lock, ServiceFactory serviceFactory)
          Creates a NonRestartableStopCondition.
ServiceManager(Kernel kernel, long serviceId, ServiceName serviceName, ServiceFactory serviceFactory, ServiceMonitor serviceMonitor, long timeoutDuration, TimeUnit timeoutUnits)
          Creates a service manager for a single service.
ServiceManagerFactory(Kernel kernel, ServiceMonitorBroadcaster serviceMonitor, Executor serviceExecutor, long timeoutDuration, TimeUnit timeoutUnits)
          Creates a ServiceManagerFactory.
StandardServiceConditionContext(Kernel kernel, ServiceName serviceName, ClassLoader classLoader, Lock lock, Condition condition)
          Creates a service context for the specified service.
StandardServiceContext(Kernel kernel, ServiceName serviceName, ClassLoader classLoader)
          Creates the standard service context implementation.
 



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