org.eclipse.ecf.server
Interface IServiceClientManager


public interface IServiceClientManager

Service Client Manager

Since:
2.0

Method Summary
 IServiceClient lookupClient(java.lang.String id)
          Get an IServiceClient by it's String id.
 

Method Detail

lookupClient

IServiceClient lookupClient(java.lang.String id)
Get an IServiceClient by it's String id.

Parameters:
id - the String id to use to lookup the IServiceClient. If null, then null will be returned.
Returns:
IServiceClient corresponding to given id. If not found then null will be returned.