PTP
Release 7.0

org.eclipse.ptp.remote.core
Interface IRemoteServicesFactory


public interface IRemoteServicesFactory

Factory for creating instances of a remote service provider. Implementors must provide a class implementing this interface when supplying a new remote services provider extension.


Method Summary
 IRemoteServices getServices(IRemoteServicesDescriptor descriptor)
          Return the remote services implementation for the given descriptor
 

Method Detail

getServices

IRemoteServices getServices(IRemoteServicesDescriptor descriptor)
Return the remote services implementation for the given descriptor

Parameters:
descriptor - descriptor for the remote services
Returns:
the remote services implementation, or null if initialization failed

PTP
Release 7.0

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