Uses of Class
gov.aps.jca.Channel.ConnectionState
-
Packages that use Channel.ConnectionState Package Description com.cosylab.epics.caj gov.aps.jca -
-
Uses of Channel.ConnectionState in com.cosylab.epics.caj
Fields in com.cosylab.epics.caj declared as Channel.ConnectionState Modifier and Type Field Description protected Channel.ConnectionStateCAJChannel. connectionStateConnection status.Methods in com.cosylab.epics.caj that return Channel.ConnectionState Modifier and Type Method Description Channel.ConnectionStateCAJChannel. getConnectionState() -
Uses of Channel.ConnectionState in gov.aps.jca
Fields in gov.aps.jca declared as Channel.ConnectionState Modifier and Type Field Description static Channel.ConnectionStateChannel. CLOSEDChannel has been closed and destroyed.static Channel.ConnectionStateChannel.ConnectionState. CLOSEDstatic Channel.ConnectionStateChannel. CONNECTEDChannel is connected.static Channel.ConnectionStateChannel.ConnectionState. CONNECTEDstatic Channel.ConnectionStateChannel.ConnectionState. DISCONNECTEDstatic Channel.ConnectionStateChannel. DISCONNECTEDChannel is disconnected.static Channel.ConnectionStateChannel.ConnectionState. NEVER_CONNECTEDstatic Channel.ConnectionStateChannel. NEVER_CONNECTEDChannel has never been connected.Methods in gov.aps.jca that return Channel.ConnectionState Modifier and Type Method Description static Channel.ConnectionStateChannel.ConnectionState. forName(String name)static Channel.ConnectionStateChannel.ConnectionState. forValue(int value)abstract Channel.ConnectionStateChannel. getConnectionState()Returns the connection state of this channel.
-