|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.client.failover.FailoverState
public final class FailoverState
Defines the possible states of the failover process; not started, in progress, failed.
Responsibilities | Collaborations |
---|---|
Represent a one of the states of the fail-over process. |
Field Summary | |
---|---|
static FailoverState |
FAILED
Failover has been attempted and failed. |
static FailoverState |
IN_PROGRESS
Failover has been requested on this connection but has not completed. |
static FailoverState |
NOT_STARTED
Failover has not yet been attempted on this connection. |
Method Summary | |
---|---|
String |
toString()
Prints this state, mainly for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FailoverState NOT_STARTED
public static final FailoverState IN_PROGRESS
public static final FailoverState FAILED
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |