Uses of Class
org.fusesource.fabric.dosgi.impl.EndpointDescription

Packages that use EndpointDescription
org.fusesource.fabric.dosgi.impl   
org.fusesource.fabric.dosgi.util   
 

Uses of EndpointDescription in org.fusesource.fabric.dosgi.impl
 

Methods in org.fusesource.fabric.dosgi.impl that return EndpointDescription
 EndpointDescription ExportRegistration.getExportedEndpoint()
           
 EndpointDescription ImportRegistration.getImportedEndpoint()
           
 

Methods in org.fusesource.fabric.dosgi.impl with parameters of type EndpointDescription
protected  ImportRegistration Manager.doImportService(EndpointDescription endpoint, org.osgi.framework.hooks.service.ListenerHook.ListenerInfo listener)
           
 boolean EndpointDescription.isSameService(EndpointDescription other)
          Answers if this Endpoint Description refers to the same service instance as the given Endpoint Description.
 

Constructors in org.fusesource.fabric.dosgi.impl with parameters of type EndpointDescription
ExportRegistration(org.osgi.framework.ServiceReference exportedService, EndpointDescription exportedEndpoint, java.lang.String zooKeeperNode)
           
ImportRegistration(org.osgi.framework.ServiceRegistration importedService, EndpointDescription importedEndpoint)
           
 

Uses of EndpointDescription in org.fusesource.fabric.dosgi.util
 

Methods in org.fusesource.fabric.dosgi.util that return EndpointDescription
static EndpointDescription Utils.getEndpointDescription(java.lang.String data)
           
 

Methods in org.fusesource.fabric.dosgi.util that return types with arguments of type EndpointDescription
static java.util.List<EndpointDescription> Utils.getEndpointDescriptions(java.lang.String data)
           
 

Methods in org.fusesource.fabric.dosgi.util with parameters of type EndpointDescription
static java.lang.String Utils.getEndpointDescriptionXML(EndpointDescription endpoint)
           
 



Copyright © 2013 Red Hat. All Rights Reserved.