Uses of Class
org.apache.xbean.kernel.UnsatisfiedConditionsException

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

Methods in org.apache.xbean.kernel that throw UnsatisfiedConditionsException
 void Kernel.startService(ServiceName serviceName)
          Immediately starts the service using the SYNCHRONOUS start strategy.
 void Kernel.startService(ServiceName serviceName, StartStrategy startStrategy)
          Immediately starts the service using the specified start strategy.
 void Kernel.startServiceRecursive(ServiceName serviceName)
          Immediately starts the service, and if the start ultimately completes successfully, all services owned by the specified service, all services that are owned by those services, and so on, will be started using the startServiceRecursive(ServiceName) method.
 void Kernel.startServiceRecursive(ServiceName serviceName, StartStrategy startStrategy)
          Immediately starts the service, and if the start ultimately completes successfully, all services owned by the specified service, all services that are owned by those services, and so on, will be started using the startServiceRecursive(ServiceName, StartStrategy) method.
 void Kernel.stopService(ServiceName serviceName)
          Immediately stops the service using the SYNCHRONOUS stop strategy.
 void Kernel.stopService(ServiceName serviceName, StopStrategy stopStrategy)
          Immediately stops the service using the specified stop strategy.
 boolean StartStrategy.waitForUnsatisfiedConditions(ServiceName serviceName, Set conditions)
          Determines if the kernel should wait for the unsatified conditions to be satisfied.
 boolean StopStrategy.waitForUnsatisfiedConditions(ServiceName serviceName, Set conditions)
          Determines if the kernel should wait for the unsatified conditions to be satisfied.
 

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

Methods in org.apache.xbean.kernel.standard that throw UnsatisfiedConditionsException
 void ServiceManager.destroy(StopStrategy stopStrategy)
          Attempts to stop and destroy the service.
 void ServiceManager.initialize()
          Initializes the service.
 void ServiceManager.start(boolean recursive, StartStrategy startStrategy)
          Attempts to starts the service.
 void StandardKernel.startService(ServiceName serviceName)
          Immediately starts the service using the SYNCHRONOUS start strategy.
 void StandardKernel.startService(ServiceName serviceName, StartStrategy startStrategy)
          Immediately starts the service using the specified start strategy.
 void StandardKernel.startServiceRecursive(ServiceName serviceName)
          Immediately starts the service, and if the start ultimately completes successfully, all services owned by the specified service, all services that are owned by those services, and so on, will be started using the startServiceRecursive(ServiceName) method.
 void StandardKernel.startServiceRecursive(ServiceName serviceName, StartStrategy startStrategy)
          Immediately starts the service, and if the start ultimately completes successfully, all services owned by the specified service, all services that are owned by those services, and so on, will be started using the startServiceRecursive(ServiceName, StartStrategy) method.
 boolean ServiceManager.stop(StopStrategy stopStrategy)
          Attempts to stop the service.
 void StandardKernel.stopService(ServiceName serviceName)
          Immediately stops the service using the SYNCHRONOUS stop strategy.
 void StandardKernel.stopService(ServiceName serviceName, StopStrategy stopStrategy)
          Immediately stops the service using the specified stop strategy.
 



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