|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteServiceEndpointDescription
| Method Summary | |
|---|---|
ID |
getConnectTargetID()
Get the ECF container target ID (the ID of the container that is the target to connect to). |
ID |
getEndpointAsID()
Get the ECF endpoint ID (the ID of the endpoint that exposes the given remote service). |
long |
getRemoteServiceId()
Get the remote service id for this service endpoint description. |
java.lang.String |
getRemoteServicesFilter()
Get the ECF remote services filter string. |
java.lang.String[] |
getServiceIntents()
|
java.lang.String[] |
getSupportedConfigs()
|
void |
setProperties(java.util.Map properties)
Set the properties for this endpoint description. |
| Methods inherited from interface org.eclipse.ecf.osgi.services.discovery.ServiceEndpointDescription |
|---|
getEndpointID, getEndpointInterfaceName, getLocation, getProperties, getProperty, getPropertyKeys, getProvidedInterfaces, getVersion |
| Method Detail |
|---|
ID getEndpointAsID()
null.
ID getConnectTargetID()
null, meaning that no target
ID is available, and that the endpoint ID returned from getEndpointAsID()
is also the target container ID. If not null, the ID
returned from this method may be used to connect to an intermediate
target via IContainer connect.
- Returns:
- ID that may be used by local IContainer to connect to remote
target.
java.lang.String getRemoteServicesFilter()
null.
void setProperties(java.util.Map properties)
properties - the new set of properties. Must not be null.long getRemoteServiceId()
java.lang.String[] getSupportedConfigs()
java.lang.String[] getServiceIntents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||