|
|||||||||
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
Enumeration of failover states. Used to handle failover from within AMQProtocolHandler where MINA events need to be dealt with and can happen during failover.
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 | |
---|---|
java.lang.String |
toString()
|
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 java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |