Package | Description |
---|---|
magma.agent.communication | |
magma.agent.communication.base |
Modifier and Type | Method and Description |
---|---|
IChannelState.ConnectionState |
IChannelState.getConnectionState() |
static IChannelState.ConnectionState |
IChannelState.ConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChannelState.ConnectionState[] |
IChannelState.ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IChannelState.setConnectionState(IChannelState.ConnectionState connectionState) |
Modifier and Type | Method and Description |
---|---|
IChannelState.ConnectionState |
ChannelState.getConnectionState() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelState.setConnectionState(IChannelState.ConnectionState connectionState) |