Verwendungen von Klasse
org.eclipse.net4j.connector.ConnectorException
Packages, die ConnectorException verwenden
Package
Beschreibung
The Net4j transport layer concepts for dealing with connectors.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Verwendungen von ConnectorException in org.eclipse.net4j.connector
Methoden in org.eclipse.net4j.connector, die ConnectorException auslösenModifizierer und TypMethodeBeschreibungvoid
IConnector.connect()
Synchronous connect with infinite timeout value.void
IConnector.connect
(long timeout) Synchronous connect.void
IConnector.connectAsync()
Asynchronous connect.void
IConnector.waitForConnection
(long timeout) Blocks until
or the given timeout expired.IConnector.isConnected()
== true -
Verwendungen von ConnectorException in org.eclipse.spi.net4j
Methoden in org.eclipse.spi.net4j, die ConnectorException auslösenModifizierer und TypMethodeBeschreibungvoid
Connector.connect()
void
Connector.connect
(long timeout) void
Connector.connectAsync()
void
Connector.setState
(ConnectorState newState) void
Connector.waitForConnection
(long timeout)