|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xbean.kernel.ForcedStopException
Signafies that a StopStrategies would like the kernel to ignore any unsatified stop conditions and continue to destroy the service.
Constructor Summary | |
ForcedStopException(ServiceName serviceName,
java.util.Set unsatisfiedConditions)
Creates a ForcedStopException for the specified service name. |
Method Summary | |
ServiceName |
getServiceName()
Gets the name of the service that is to be forceably stopped. |
java.util.Set |
getUnsatisfiedConditions()
Gets the conditions that were unsatified when the exception was thrown. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ForcedStopException(ServiceName serviceName, java.util.Set unsatisfiedConditions)
serviceName
- the name of the service that is to be forceably stoppedunsatisfiedConditions
- the unsatisfied conditions that will be ignoredMethod Detail |
public ServiceName getServiceName()
public java.util.Set getUnsatisfiedConditions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |