public interface IChannelState
Modifier and Type | Interface and Description |
---|---|
static class |
IChannelState.ConnectionState |
static class |
IChannelState.DataState |
Modifier and Type | Method and Description |
---|---|
IChannelState.ConnectionState |
getConnectionState() |
IChannelState.DataState |
getDataState() |
boolean |
isConnected() |
void |
setConnectionState(IChannelState.ConnectionState connectionState) |
void |
setDataState(IChannelState.DataState dataState) |
void |
setLastErrorMessage(java.lang.String lastErrorMessage) |
boolean isConnected()
IChannelState.ConnectionState getConnectionState()
IChannelState.DataState getDataState()
void setLastErrorMessage(java.lang.String lastErrorMessage)
void setConnectionState(IChannelState.ConnectionState connectionState)
void setDataState(IChannelState.DataState dataState)