Uses of Class
org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescription
Packages that use EndpointDescription
-
Uses of EndpointDescription in org.eclipse.ecf.osgi.services.remoteserviceadmin
Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return EndpointDescriptionModifier and TypeMethodDescriptionprotected EndpointDescription
TopologyManagerImpl.convertEndpointDescriptionFromOSGiToECF
(EndpointDescription ed) EndpointDescriptionLocator.getDiscoveredEndpoints()
IEndpointDescriptionLocator.getDiscoveredEndpoints()
Get endpoints discovered by this endpoint locatorRemoteServiceAdmin.RemoteServiceAdminEvent.getEndpointDescription()
Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointDescriptionModifier and TypeMethodDescriptionvoid
EndpointDescriptionLocator.discoverEndpoint
(EndpointDescription endpointDescription) void
IEndpointDescriptionLocator.discoverEndpoint
(EndpointDescription endpointDescription) Discover the given endpointDescription.EndpointDescriptionLocator.getNetworkDiscoveredServiceID
(EndpointDescription endpointDescription) IEndpointDescriptionLocator.getNetworkDiscoveredServiceID
(EndpointDescription endpointDescription) Get the service ID associated with the given endpoint description.protected void
AbstractTopologyManager.handleECFEndpointAdded
(EndpointDescription endpointDescription) protected void
AbstractTopologyManager.handleECFEndpointModified
(EndpointDescription endpoint) ConsumerContainerSelector.selectConsumerContainer
(EndpointDescription endpointDescription) IConsumerContainerSelector.selectConsumerContainer
(EndpointDescription endpointDescription) Select (or create and initialize) a consumer remote service container.void
EndpointDescriptionLocator.undiscoverEndpoint
(EndpointDescription endpointDescription) void
IEndpointDescriptionLocator.undiscoverEndpoint
(EndpointDescription endpointDescription) Remove the given endpointDescription.void
EndpointDescriptionLocator.updateEndpoint
(EndpointDescription endpointDescription) void
IEndpointDescriptionLocator.updateEndpoint
(EndpointDescription endpointDescription) Update the given endpointDescription.protected void
DebugRemoteServiceAdminListener.writeEndpoint
(EndpointDescription endpointDescription) Constructors in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointDescriptionModifierConstructorDescriptionRemoteServiceAdminEvent
(ID containerID, int type, Bundle source, ExportReference exportReference, Throwable exception, EndpointDescription endpointDescription) RemoteServiceAdminEvent
(ID containerID, int type, Bundle source, ImportReference importReference, Throwable exception, EndpointDescription endpointDescription)