|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.protocol.fielddevice.service.ProtocolConnectionStatus
public class ProtocolConnectionStatus
This static class provides the possible responses for the connection status.
Field Summary | |
---|---|
static int |
CONNECTED
a connection to the field device currently exists. |
static int |
CONNECTING
attempting to connect to field device, this is a transient state |
static int |
DISCONNECTED
attempts have been made to connect to the device, but currently no connection exists |
static int |
DISCONNECTING
attempting to disconnect from the field device. |
static int |
NEVERCONNECTED
initial state for any connection |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NEVERCONNECTED
public static final int DISCONNECTED
public static final int CONNECTING
public static final int CONNECTED
public static final int DISCONNECTING
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |