org.eclipse.ptp.remote.ui
Class AbstractRemoteUIConnectionManager
java.lang.Object
org.eclipse.ptp.remote.ui.AbstractRemoteUIConnectionManager
- All Implemented Interfaces:
- IRemoteUIConnectionManager
public abstract class AbstractRemoteUIConnectionManager
- extends Object
- implements IRemoteUIConnectionManager
Abstract base class for providing UI connection manager services.
- Since:
- 7.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRemoteUIConnectionManager
public AbstractRemoteUIConnectionManager()
openConnectionWithProgress
public void openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection)
- Description copied from interface:
IRemoteUIConnectionManager
- Attempt to open a connection using a progress monitor. Can be called on either open or closed connections, and will
initialize the remote services if necessary. Users should check connection.isOpen() on return to determine if the connection
was actually opened.
- Specified by:
openConnectionWithProgress in interface IRemoteUIConnectionManager
- Parameters:
shell - shell used to display dialogscontext - runnable context for displaying progress indicator. Can be null.connection - connection to open
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.