org.eclipse.ptp.remote.core.server
Class RemoteServerManager
java.lang.Object
org.eclipse.ptp.remote.core.server.RemoteServerManager
public class RemoteServerManager
- extends Object
- Since:
- 5.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteServerManager
public RemoteServerManager()
getServer
public static AbstractRemoteServerRunner getServer(String id,
IRemoteConnection connection)
- Get the remote server identified by id using the remote connection.
- Parameters:
id - id of the remote serverconnection - connection used to launch server
- Returns:
- instance of the remote server, or null if no extension can be
found
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.