Package | Description |
---|---|
org.eclipse.ice.viz.service.connections |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
ConnectionAdapter.getState() |
ConnectionState |
IConnectionAdapter.getState()
Gets the current state of the associated connection.
|
static ConnectionState |
ConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|