public interface IRemoteConnectionControlService extends IRemoteConnection.Service
IRemoteConnection.Service.Factory| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the connection.
|
boolean |
isOpen()
Test if the connection is open.
|
void |
open(org.eclipse.core.runtime.IProgressMonitor monitor)
Open the connection.
|
getRemoteConnectionvoid open(org.eclipse.core.runtime.IProgressMonitor monitor) throws RemoteConnectionException
monitor - the progress monitor to use for reporting progress to the user. It is the caller's responsibility to call done()
on the given monitor. Accepts null, indicating that no progress should be reported and that the operation cannot
be cancelled.RemoteConnectionExceptionvoid close()
boolean isOpen()