Package org.apache.xbean.kernel.standard

Provides the standard kernel implementation.

See:
          Description

Class Summary
AggregateCondition Aggregates a set of ServiceConditions together so the ServiceManager can treat them as a single unit.
AsyncServiceMonitor The AsyncServiceMonitor delivers service events to a delegate ServiceMonitor asynchronously using an executor.
KernelMonitorBroadcaster The KernelMonitorBroadcaster broadcasts kernel events to registered kernel monitors.
NonRestartableStopCondition A special sub-class of AggregateCondition used to manage the stop conditions of a non-restartable service.
ServiceManager The ServiceManager handles the life cycle of a single service.
ServiceManagerFactory The ServiceManagerFactory handles the construction ServiceManagers.
ServiceManagerRegistry The StandardServiceRegistry manages the registration of ServiceManagers for the kernel.
ServiceMonitorBroadcaster The ServiceMonitorBroadcaster broadcasts kernel events to registered service monitors.
StandardKernel The standard kernel implementation.
StandardKernelFactory The kernel factory for StandardKernel instances.
StandardServiceConditionContext This is the service context used by the service manager.
StandardServiceContext The standard service context implementation.
 

Package org.apache.xbean.kernel.standard Description

Provides the standard kernel implementation. The classes contined in this package should be considered private implementation details of XBean, and should not be used directly.



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