PTP
Release 5.0

Uses of Class
org.eclipse.ptp.remote.core.exception.RemoteConnectionException

Packages that use RemoteConnectionException
org.eclipse.ptp.remote.core   
org.eclipse.ptp.remote.core.exception   
 

Uses of RemoteConnectionException in org.eclipse.ptp.remote.core
 

Methods in org.eclipse.ptp.remote.core that throw RemoteConnectionException
 void IRemoteConnection.forwardLocalPort(int localPort, String fwdAddress, int fwdPort)
          Forward local port localPort to remote port fwdPort on remote machine fwdAddress.
 int IRemoteConnection.forwardLocalPort(String fwdAddress, int fwdPort, org.eclipse.core.runtime.IProgressMonitor monitor)
          Forward a local port to remote port fwdPort on remote machine fwdAddress.
 void IRemoteConnection.forwardRemotePort(int remotePort, String fwdAddress, int fwdPort)
          Forward remote port remotePort to port fwdPort on machine fwdAddress.
 int IRemoteConnection.forwardRemotePort(String fwdAddress, int fwdPort, org.eclipse.core.runtime.IProgressMonitor monitor)
          Forward a remote port to port fwdPort on remote machine fwdAddress.
 IRemoteConnection IRemoteConnectionManager.newConnection(String name)
          Creates a new remote connection named with supplied name.
 void IRemoteConnection.open(org.eclipse.core.runtime.IProgressMonitor monitor)
          Open the connection.
 void IRemoteConnectionManager.removeConnection(IRemoteConnection connection)
          Remove a connection and all resources associated with it.
 void IRemoteConnection.removePortForwarding(int port)
          Remove the port forwarding associated with the given port.
 

Uses of RemoteConnectionException in org.eclipse.ptp.remote.core.exception
 

Subclasses of RemoteConnectionException in org.eclipse.ptp.remote.core.exception
 class AddressInUseException
           
 class PrivilegedPortException
           
 class UnableToForwardPortException
           
 


PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.