PTP
Release 5.0

org.eclipse.ptp.remote.core.server
Class RemoteServerManager

java.lang.Object
  extended by org.eclipse.ptp.remote.core.server.RemoteServerManager

public class RemoteServerManager
extends Object

Since:
5.0

Constructor Summary
RemoteServerManager()
           
 
Method Summary
static AbstractRemoteServerRunner getServer(String id, IRemoteConnection connection)
          Get the remote server identified by id using the remote connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServerManager

public RemoteServerManager()
Method Detail

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 server
connection - connection used to launch server
Returns:
instance of the remote server, or null if no extension can be found

PTP
Release 5.0

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