PTP
Release 5.0

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

Packages that use IRemoteConnection
org.eclipse.ptp.remote.core   
org.eclipse.ptp.remote.core.server   
org.eclipse.ptp.remote.ui   
org.eclipse.ptp.remote.ui.dialogs   
org.eclipse.ptp.remote.ui.widgets   
 

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

Methods in org.eclipse.ptp.remote.core that return IRemoteConnection
 IRemoteConnection IRemoteProcessBuilder.connection()
          Returns this process builder's connection.
 IRemoteConnection AbstractRemoteProcessBuilder.connection()
           
 IRemoteConnection IRemoteConnectionChangeEvent.getConnection()
          Get the connection that has changed.
 IRemoteConnection IRemoteConnectionManager.getConnection(java.lang.String name)
          Gets the remote connection corresponding to the supplied name.
 IRemoteConnection IRemoteConnectionManager.getConnection(java.net.URI uri)
          Gets the remote connection corresponding to the supplied URI.
 IRemoteConnection[] IRemoteConnectionManager.getConnections()
          Get all the connections for this service provider.
 IRemoteConnection RemoteServicesDelegate.getLocalConnection()
           
 IRemoteConnection RemoteServicesDelegate.getRemoteConnection()
           
 IRemoteConnection IRemoteConnectionManager.newConnection(java.lang.String name)
          Creates a new remote connection named with supplied name.
 

Methods in org.eclipse.ptp.remote.core with parameters of type IRemoteConnection
 IRemoteProcessBuilder IRemoteProcessBuilder.connection(IRemoteConnection conn)
          Sets this process builder's connection.
 IRemoteProcessBuilder AbstractRemoteProcessBuilder.connection(IRemoteConnection conn)
           
 IRemoteFileManager IRemoteServices.getFileManager(IRemoteConnection conn)
          Get a file manager for managing remote files
 IRemoteProcessBuilder IRemoteServices.getProcessBuilder(IRemoteConnection conn, java.util.List<java.lang.String> command)
          Get a process builder for creating remote processes
 IRemoteProcessBuilder IRemoteServices.getProcessBuilder(IRemoteConnection conn, java.lang.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, java.util.List<java.lang.String> command)
           
AbstractRemoteProcessBuilder(IRemoteConnection conn, java.lang.String... command)
           
 

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

Methods in org.eclipse.ptp.remote.core.server that return IRemoteConnection
 IRemoteConnection AbstractRemoteServerRunner.getRemoteConnection()
          Get the remote connection used to launch the server
 

Methods in org.eclipse.ptp.remote.core.server with parameters of type IRemoteConnection
static AbstractRemoteServerRunner RemoteServerManager.getServer(java.lang.String id, IRemoteConnection connection)
          Get the remote server identified by id using the remote connection.
 void AbstractRemoteServerRunner.setRemoteConnection(IRemoteConnection conn)
          Set the connection used to launch the server
 

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(org.eclipse.swt.widgets.Shell shell)
          Create a new connection.
 IRemoteConnection IRemoteUIConnectionManager.newConnection(org.eclipse.swt.widgets.Shell shell, java.lang.String[] attrHints, java.lang.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
 void IRemoteUIConnectionManager.openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell, org.eclipse.jface.operation.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(org.eclipse.swt.widgets.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, org.eclipse.swt.widgets.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.
protected  IRemoteConnection RemoteConnectionWidget.getRemoteConnection(IRemoteServices services, java.lang.String name)
           
 

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 RemoteDirectoryWidget.setConnection(IRemoteConnection conn)
          Set the remote connection to use for browsing for the remote directory.
 void RemoteConnectionWidget.setConnection(IRemoteConnection connection)
          Set the selected connection.
 


PTP
Release 5.0

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