Uses of Package
org.apache.xbean.kernel

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

Classes in org.apache.xbean.kernel used by org.apache.xbean.kernel
AbstractServiceFactory
          AbstractServiceFactory is an implementation of ServiceFactory that handles all of the mundane issues.
ForcedStopException
          Signafies that a StopStrategies would like the kernel to ignore any unsatified stop conditions and continue to destroy the service.
IllegalServiceStateException
          Indicates an operation was called on a service in a state that does not allow that operation to be called.
Kernel
          This iterface defines the API for managing and monitoring service life-cycle.
KernelAlreadyExistsException
          Indicates that a kernel is already registerd with the KernelFactory under the specified name.
KernelFactory
          The Kernel factory is used to construct and locate Kernels.
KernelFactoryError
          A problem occured while creating or using the kernel factory.
KernelMonitor
          This interface defines the interface used to monitor kernel events.
ServiceAlreadyExistsException
          Signifies that an attempt was made to register a service using a name that already has a service registered.
ServiceCondition
          A ServiceContion represents a prerequsite for a service to start or stop.
ServiceConditionContext
          The ServiceConditionContext contains context information available to a service condition and a method to notify the kernel if a service condition is satisified asynchronously.
ServiceContext
          This class contains context information available to a service factory during service construction and destruction.
ServiceEvent
          This class holds information about a service event.
ServiceFactory
          A service factory is responsible for construction and destruction of a single service.
ServiceMonitor
          This interface is used to monitor service lifecycle events.
ServiceName
          The immutable unique name of a service.
ServiceNotFoundException
          A service with the specified name was not found.
ServiceRegistrationException
          A problem occured while attempting to register or unregister an exception.
ServiceState
          The state of services within the Kernel.
StartStrategy
          The StartStrategy interface is used to assist the kernel in determining how to handle problems that occur while starting a service.
StopStrategy
          The StopStrategy interface is used to assist the kernel in determining how to handle problems that occur while stoping a service.
UnregisterServiceException
          Signafies that there was a problem starting a service and the StartStrategies would like the kernel to unregister the service.
UnsatisfiedConditionsException
          Signifies that there were unsatified conditions during a start or stop operation.
 

Classes in org.apache.xbean.kernel used by org.apache.xbean.kernel.standard
IllegalServiceStateException
          Indicates an operation was called on a service in a state that does not allow that operation to be called.
Kernel
          This iterface defines the API for managing and monitoring service life-cycle.
KernelErrorsError
          Groups a collection of errors from a set of work so they maybe be thrown together from the kernel.
KernelFactory
          The Kernel factory is used to construct and locate Kernels.
KernelMonitor
          This interface defines the interface used to monitor kernel events.
ServiceAlreadyExistsException
          Signifies that an attempt was made to register a service using a name that already has a service registered.
ServiceCondition
          A ServiceContion represents a prerequsite for a service to start or stop.
ServiceConditionContext
          The ServiceConditionContext contains context information available to a service condition and a method to notify the kernel if a service condition is satisified asynchronously.
ServiceContext
          This class contains context information available to a service factory during service construction and destruction.
ServiceEvent
          This class holds information about a service event.
ServiceFactory
          A service factory is responsible for construction and destruction of a single service.
ServiceMonitor
          This interface is used to monitor service lifecycle events.
ServiceName
          The immutable unique name of a service.
ServiceNotFoundException
          A service with the specified name was not found.
ServiceRegistrationException
          A problem occured while attempting to register or unregister an exception.
ServiceState
          The state of services within the Kernel.
StartStrategy
          The StartStrategy interface is used to assist the kernel in determining how to handle problems that occur while starting a service.
StopStrategy
          The StopStrategy interface is used to assist the kernel in determining how to handle problems that occur while stoping a service.
UnregisterServiceException
          Signafies that there was a problem starting a service and the StartStrategies would like the kernel to unregister the service.
UnsatisfiedConditionsException
          Signifies that there were unsatified conditions during a start or stop operation.
 



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