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 StoppedServiceCondition.initialize(ServiceConditionContext context)
          Initializes the condition.
 void ServiceCondition.initialize(ServiceConditionContext context)
          Initializes the condition.
 void RunningServiceCondition.initialize(ServiceConditionContext context)
          Initializes the condition.
 

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 © 2005-2008 Apache Software Foundation. All Rights Reserved.