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

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

Methods in org.apache.xbean.kernel that throw UnregisterServiceException
 boolean StartStrategy.waitForUnsatisfiedConditions(ServiceName serviceName, java.util.Set conditions)
          Determines if the kernel should wait for the unsatified conditions to be satisfied.
 void StartStrategy.startError(ServiceName serviceName, java.lang.Throwable startError)
          Handle the start error.
 

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

Methods in org.apache.xbean.kernel.standard that throw UnregisterServiceException
 void ServiceManager.start(boolean recursive, StartStrategy startStrategy)
          Attempts to starts the service.
 



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