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