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 TypMethodeBeschreibungvoidIConnector.connect()Synchronous connect with infinite timeout value.voidIConnector.connect(long timeout) Synchronous connect.voidIConnector.connectAsync()Asynchronous connect.voidIConnector.waitForConnection(long timeout) Blocks untilor 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 TypMethodeBeschreibungvoidConnector.connect()voidConnector.connect(long timeout) voidConnector.connectAsync()voidConnector.setState(ConnectorState newState) voidConnector.waitForConnection(long timeout)