PTP
Release 7.0

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

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

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

Methods in org.eclipse.ptp.ems.core that throw RemoteConnectionException
 boolean IEnvManager.checkForCompatibleInstallation(org.eclipse.core.runtime.IProgressMonitor pm)
          Returns true iff the remote machine is running an environment management system supported by this IEnvManager.
 java.lang.String IEnvManager.createBashScript(org.eclipse.core.runtime.IProgressMonitor pm, boolean echo, IEnvManagerConfig config, java.lang.String commandToExecuteAfterward)
          Creates a temporary file on the remote machine and writes a Bash shell script into that file which will configure the remote environment with the given elements, execute the given command, and then delete the temporary file (shell script).
 java.util.List<java.lang.String> IEnvManager.determineAvailableElements(org.eclipse.core.runtime.IProgressMonitor pm)
          Returns the set of all environment configuration elements available on the remote machine (e.g., the result of module -t avail).
 java.util.List<java.lang.String> IEnvManager.determineDefaultElements(org.eclipse.core.runtime.IProgressMonitor pm)
          Returns the set of all environment configuration elements loaded by default upon login (e.g., the result of module -t list in a login shell).
 java.lang.String IEnvManager.getDescription(org.eclipse.core.runtime.IProgressMonitor pm)
          If the remote machine is running an environment management system supported by this IEnvManager, returns a short description of the environment management system (e.g., "Modules 3.2.7"); otherwise, returns null.
 

Uses of RemoteConnectionException in org.eclipse.ptp.ems.ui
 

Methods in org.eclipse.ptp.ems.ui that throw RemoteConnectionException
 boolean LazyEnvManagerDetector.checkForCompatibleInstallation(org.eclipse.core.runtime.IProgressMonitor pm)
           
 java.lang.String LazyEnvManagerDetector.createBashScript(org.eclipse.core.runtime.IProgressMonitor pm, boolean echo, IEnvManagerConfig config, java.lang.String commandToExecuteAfterward)
           
 java.util.List<java.lang.String> LazyEnvManagerDetector.determineAvailableElements(org.eclipse.core.runtime.IProgressMonitor pm)
           
 java.util.List<java.lang.String> LazyEnvManagerDetector.determineDefaultElements(org.eclipse.core.runtime.IProgressMonitor pm)
           
 java.lang.String LazyEnvManagerDetector.getDescription(org.eclipse.core.runtime.IProgressMonitor pm)
           
 

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

Methods in org.eclipse.ptp.remote.core that throw RemoteConnectionException
 void IRemoteConnection.forwardLocalPort(int localPort, java.lang.String fwdAddress, int fwdPort)
          Forward local port localPort to remote port fwdPort on remote machine fwdAddress.
 int IRemoteConnection.forwardLocalPort(java.lang.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, java.lang.String fwdAddress, int fwdPort)
          Forward remote port remotePort to port fwdPort on machine fwdAddress.
 int IRemoteConnection.forwardRemotePort(java.lang.String fwdAddress, int fwdPort, org.eclipse.core.runtime.IProgressMonitor monitor)
          Forward a remote port to port fwdPort on remote machine fwdAddress.
 IRemoteConnection IRemoteConnectionManager.newConnection(java.lang.String name)
          Creates a new remote connection named with supplied name.
 void IRemoteConnection.open(org.eclipse.core.runtime.IProgressMonitor monitor)
          Open the connection.
 void IRemoteConnection.open(IUserAuthenticator authenticator, 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.removeLocalPortForwarding(int port)
          Remove the local port forwarding associated with the given port.
 void IRemoteConnection.removeRemotePortForwarding(int port)
          Remove the remote 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
          Exception thrown when a connection address is already in use.
 class PrivilegedPortException
          Exception thrown when an attempt is made to use a privileged port.
 class UnableToForwardPortException
          Exception thrown when a port is unable to be forwarded.
 


PTP
Release 7.0

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