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

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

Methods in org.apache.xbean.kernel with parameters of type ServiceConditionContext
 void ServiceCondition.initialize(ServiceConditionContext context)
          Initializes the condition.
 void RunningServiceCondition.initialize(ServiceConditionContext context)
          Initializes the condition. The conition is now allowed reserve unique resources and start threads. mehtod should never block the thread nor should it throw any exceptions.

Note: this method is called from within a critical lock within the kernel, so do not block the thread or call back into the kernel. This method should never throw an exception.
 void StoppedServiceCondition.initialize(ServiceConditionContext context)
          Initializes the condition. The conition is now allowed reserve unique resources and start threads. mehtod should never block the thread nor should it throw any exceptions.

Note: this method is called from within a critical lock within the kernel, so do not block the thread or call back into the kernel. This method should never throw an exception.
 

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

Classes in org.apache.xbean.kernel.standard that implement ServiceConditionContext
 class StandardServiceConditionContext
          This is the service context used by the service manager.
 



Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.