|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.kernel.StopStrategies
This class contains the built-in common stop startegies.
Field Summary | |
static StopStrategy |
ASYNCHRONOUS
This strategy attempts to stop the service asynchronously. |
static StopStrategy |
BLOCK
This strategy wait until the service stops. |
static StopStrategy |
FORCE
This strategy forceable stops the service. |
static StopStrategy |
SYNCHRONOUS
This strategy attempts to immedately stop the service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final StopStrategy SYNCHRONOUS
public static final StopStrategy ASYNCHRONOUS
public static final StopStrategy BLOCK
public static final StopStrategy FORCE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |