Package com.devebot.opflow
Class OpflowEngine.State
java.lang.Object
com.devebot.opflow.OpflowEngine.State
- Direct Known Subclasses:
OpflowPubsubHandler.State,OpflowRpcAmqpMaster.State,OpflowRpcAmqpWorker.State
- Enclosing class:
- OpflowEngine
public static class OpflowEngine.State extends Object
-
Field Summary
Fields Modifier and Type Field Description static intCONNECTION_CLOSEDstatic intCONNECTION_NEWstatic intCONNECTION_OPENED -
Constructor Summary
Constructors Constructor Description State(OpflowEngine.State state) -
Method Summary
Modifier and Type Method Description intgetConnectionState()
-
Field Details
-
CONNECTION_NEW
public static final int CONNECTION_NEW- See Also:
- Constant Field Values
-
CONNECTION_OPENED
public static final int CONNECTION_OPENED- See Also:
- Constant Field Values
-
CONNECTION_CLOSED
public static final int CONNECTION_CLOSED- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getConnectionState
public int getConnectionState()
-