EMPTY_SERVICES
Modifier and Type | Method and Description |
---|---|
IFuture |
getDeclaredServiceProxies(IComponentIdentifier cid)
Get all declared service proxies from a remote component.
|
IFuture |
getExternalAccessProxy(IComponentIdentifier cid)
Get an external access proxy from a remote component.
|
IFuture |
getServiceProxies(IComponentIdentifier cid,
Class service,
String scope)
Get all service proxies from a remote component.
|
IFuture |
getServiceProxies(IComponentIdentifier cid,
ISearchManager manager,
IVisitDecider decider,
IResultSelector selector)
Get service proxies from a remote component.
|
IFuture |
getServiceProxy(IComponentIdentifier cid,
Class service,
String scope)
Get a service proxy from a remote component.
|
getPropertyMap, getServiceIdentifier, isValid
IFuture getServiceProxies(IComponentIdentifier cid, ISearchManager manager, IVisitDecider decider, IResultSelector selector)
cid
- Component id that is used to start the search.manager
- The search manager.decider
- The visit decider.selector
- The result selector.IFuture getServiceProxy(IComponentIdentifier cid, Class service, String scope)
cid
- The remote provider id.service
- The service type.scope
- The search scope.IFuture getServiceProxies(IComponentIdentifier cid, Class service, String scope)
cid
- The remote provider id.service
- The service type.scope
- The search scope.IFuture getDeclaredServiceProxies(IComponentIdentifier cid)
cid
- The remote provider id.service
- The service type.IFuture getExternalAccessProxy(IComponentIdentifier cid)
cid
- Component target id.Copyright © 2012. All Rights Reserved.