Uses of Enum Class
org.eclipse.net4j.connector.ConnectorState
Package
Description
The Net4j transport layer concepts for dealing with connectors.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of ConnectorState in org.eclipse.net4j.connector
Modifier and TypeMethodDescriptionIConnectorStateEvent.getNewState()
The new state of theIConnector
that sent this event.IConnectorStateEvent.getOldState()
The old state of theIConnector
that sent this event.IConnector.getState()
Returns the current state of this connector.static ConnectorState
Returns the enum constant of this class with the specified name.static ConnectorState[]
ConnectorState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConnectorState in org.eclipse.spi.net4j