Uses of Class
org.eclipse.net4j.connector.ConnectorException

Packages that use ConnectorException
org.eclipse.net4j.connector   
 

Uses of ConnectorException in org.eclipse.net4j.connector
 

Methods in org.eclipse.net4j.connector that return ConnectorException
 ConnectorException IConnector.disconnect()
           
 

Methods in org.eclipse.net4j.connector that throw ConnectorException
 boolean IConnector.connect(long timeout)
          Synchronous connect.
 void IConnector.connectAsync()
          Asynchronous connect.
 IChannel IConnector.openChannel()
          Synchronous request to open a new IChannel with an undefined channel protocol.
 IChannel IConnector.openChannel(IProtocol protocol)
          Synchronous request to open a new IChannel with the given channel protocol .
 IChannel IConnector.openChannel(java.lang.String protocolID, java.lang.Object infraStructure)
          Synchronous request to open a new IChannel with a channel protocol defined by a given protocol identifier.
 boolean IConnector.waitForConnection(long timeout)
          Blocks until IConnector.isConnected() == true or the given timeout expired.
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.