PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.remote.core.IRemoteConnection

Packages that use IRemoteConnection
org.eclipse.ptp.ems.core   
org.eclipse.ptp.ems.ui   
org.eclipse.ptp.rdt.sync.core   
org.eclipse.ptp.rdt.sync.core.services   
org.eclipse.ptp.remote.core   
org.eclipse.ptp.remote.ui   
org.eclipse.ptp.remote.ui.dialogs   
org.eclipse.ptp.remote.ui.widgets   
 

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

Methods in org.eclipse.ptp.ems.core with parameters of type IRemoteConnection
 void IEnvManager.configure(IRemoteConnection remoteConnection)
          Sets the IRemoteConnection which will be used to run commands on a remote machine.
static IEnvManager EnvManagerRegistry.getEnvManager(IProgressMonitor pm, IRemoteConnection remoteConnection)
          Detects the environment management system on the remote machine, if any, and returns an IEnvManager capable of interfacing with that system.
 

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

Methods in org.eclipse.ptp.ems.ui with parameters of type IRemoteConnection
 void EnvManagerConfigWidget.configurationChanged(URI uri, IRemoteConnection remoteConnection, List<String> selectedItems)
          Re-populates this control to reflect a change in the project's remote location or a change in the selected items.
 void LazyEnvManagerDetector.configure(IRemoteConnection remoteConnection)
           
 void EnvManagerConfigWidget.setConnection(IRemoteConnection connection)
          Set the remote connection to use when querying for the remote environment
 

Constructors in org.eclipse.ptp.ems.ui with parameters of type IRemoteConnection
LazyEnvManagerDetector(IRemoteConnection remoteConnection)
          Constructor.
 

Uses of IRemoteConnection in org.eclipse.ptp.rdt.sync.core
 

Methods in org.eclipse.ptp.rdt.sync.core that return IRemoteConnection
 IRemoteConnection SyncConfig.getRemoteConnection()
          Get remote connection.
 

Methods in org.eclipse.ptp.rdt.sync.core with parameters of type IRemoteConnection
static SyncConfig SyncConfigManager.newConfig(String name, String providerId, IRemoteConnection conn, String location)
           
 void SyncConfig.setConnection(IRemoteConnection connection)
          Set the remote connection
 

Uses of IRemoteConnection in org.eclipse.ptp.rdt.sync.core.services
 

Methods in org.eclipse.ptp.rdt.sync.core.services that return IRemoteConnection
 IRemoteConnection AbstractSynchronizeService.getRemoteConnection()
           
 IRemoteConnection ISynchronizeService.getRemoteConnection()
          Get the remote connection used by this sync service provider.
 

Methods in org.eclipse.ptp.rdt.sync.core.services with parameters of type IRemoteConnection
 void AbstractSynchronizeService.setRemoteConnection(IRemoteConnection conn)
           
 void ISynchronizeService.setRemoteConnection(IRemoteConnection conn)
          set the remote connection used for synchronization
 

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

Methods in org.eclipse.ptp.remote.core that return IRemoteConnection
 IRemoteConnection AbstractRemoteProcessBuilder.connection()
           
 IRemoteConnection IRemoteProcessBuilder.connection()
          Returns this process builder's connection.
 IRemoteConnection IRemoteConnectionChangeEvent.getConnection()
          Get the connection that has changed.
 IRemoteConnection IRemoteConnectionManager.getConnection(String name)
          Gets the remote connection corresponding to the supplied name.
 IRemoteConnection IRemoteConnectionManager.getConnection(URI uri)
          Gets the remote connection corresponding to the supplied URI.
 IRemoteConnection[] IRemoteConnectionManager.getConnections()
          Get all the connections for this service provider.
static IRemoteConnection RemoteServicesUtils.getConnectionWithProgress(String remoteServicesId, String connectionName, IProgressMonitor monitor)
          Utility method to get a remote connection given a remote services ID and a connection name.
 IRemoteConnection IRemoteConnectionManager.newConnection(String name)
          Creates a new remote connection named with supplied name.
 

Methods in org.eclipse.ptp.remote.core with parameters of type IRemoteConnection
 IRemoteProcessBuilder AbstractRemoteProcessBuilder.connection(IRemoteConnection conn)
           
 IRemoteProcessBuilder IRemoteProcessBuilder.connection(IRemoteConnection conn)
          Sets this process builder's connection.
 IRemoteProcess IRemoteServices.getCommandShell(IRemoteConnection conn, int flags)
          Get a remote process that runs a command shell on the remote system.
 IRemoteFileManager IRemoteServices.getFileManager(IRemoteConnection conn)
          Get a file manager for managing remote files
 IRemoteProcessBuilder IRemoteServices.getProcessBuilder(IRemoteConnection conn, List<String> command)
          Get a process builder for creating remote processes
 IRemoteProcessBuilder IRemoteServices.getProcessBuilder(IRemoteConnection conn, String... command)
          Get a process builder for creating remote processes
 void IRemoteConnectionManager.removeConnection(IRemoteConnection connection)
          Remove a connection and all resources associated with it.
 

Constructors in org.eclipse.ptp.remote.core with parameters of type IRemoteConnection
AbstractRemoteProcessBuilder(IRemoteConnection conn, List<String> command)
           
AbstractRemoteProcessBuilder(IRemoteConnection conn, String... command)
           
 

Uses of IRemoteConnection in org.eclipse.ptp.remote.ui
 

Methods in org.eclipse.ptp.remote.ui that return IRemoteConnection
 IRemoteConnection IRemoteUIFileManager.getConnection()
          Get the last connection that was selected in the browser.
 IRemoteConnection IRemoteUIConnectionManager.newConnection(Shell shell)
          Create a new connection.
 IRemoteConnection IRemoteUIConnectionManager.newConnection(Shell shell, String[] attrHints, String[] attrHintValues)
          Create a new connection using the remote service provider new connection dialog.
 

Methods in org.eclipse.ptp.remote.ui with parameters of type IRemoteConnection
static void RemoteUIServicesUtils.openConnectionWithProgress(Shell shell, IRunnableContext context, IRemoteConnection connection)
           
 void AbstractRemoteUIConnectionManager.openConnectionWithProgress(Shell shell, IRunnableContext context, IRemoteConnection connection)
           
 void IRemoteUIConnectionManager.openConnectionWithProgress(Shell shell, IRunnableContext context, IRemoteConnection connection)
          Attempt to open a connection using a progress monitor.
 void IRemoteUIFileManager.setConnection(IRemoteConnection connection)
          Set the connection to use for file browsing
static void RemoteUIServicesUtils.setConnectionHints(RemoteConnectionWidget connectionWidget, IRemoteConnection connection)
          Used to configure the default host and port in the wizard used for choosing a resource manager connection.
 void IRemoteUIConnectionManager.updateConnection(Shell shell, IRemoteConnection connection)
          Change a connection configuration.
 

Uses of IRemoteConnection in org.eclipse.ptp.remote.ui.dialogs
 

Methods in org.eclipse.ptp.remote.ui.dialogs that return IRemoteConnection
 IRemoteConnection RemoteResourceBrowser.getConnection()
          Get the connection that was selected
 

Constructors in org.eclipse.ptp.remote.ui.dialogs with parameters of type IRemoteConnection
RemoteResourceBrowser(IRemoteServices services, IRemoteConnection conn, Shell parent, int flags)
           
 

Uses of IRemoteConnection in org.eclipse.ptp.remote.ui.widgets
 

Methods in org.eclipse.ptp.remote.ui.widgets that return IRemoteConnection
 IRemoteConnection RemoteConnectionWidget.getConnection()
          Get the connection that is currently selected in the widget, or null if there is no selected connection.
 

Methods in org.eclipse.ptp.remote.ui.widgets with parameters of type IRemoteConnection
protected  void RemoteConnectionWidget.handleRemoteServiceSelected(IRemoteConnection conn)
          Handle selection of a new remote services provider from the remote services combo.
 void RemoteConnectionWidget.setConnection(IRemoteConnection connection)
          Set the connection that should be selected in the widget.
 void RemoteDirectoryWidget.setConnection(IRemoteConnection conn)
          Set the remote connection to use for browsing for the remote directory.
 


PTP
Release 7.0

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