org.fusesource.fabric.dosgi.impl
Class ExportRegistration

java.lang.Object
  extended by org.fusesource.fabric.dosgi.impl.ExportRegistration

public class ExportRegistration
extends java.lang.Object


Constructor Summary
ExportRegistration(org.osgi.framework.ServiceReference exportedService, EndpointDescription exportedEndpoint, java.lang.String zooKeeperNode)
           
 
Method Summary
 void close()
           
 EndpointDescription getExportedEndpoint()
           
 org.osgi.framework.ServiceReference getExportedService()
           
 java.lang.String getZooKeeperNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportRegistration

public ExportRegistration(org.osgi.framework.ServiceReference exportedService,
                          EndpointDescription exportedEndpoint,
                          java.lang.String zooKeeperNode)
Method Detail

getExportedEndpoint

public EndpointDescription getExportedEndpoint()

getExportedService

public org.osgi.framework.ServiceReference getExportedService()

getZooKeeperNode

public java.lang.String getZooKeeperNode()

close

public void close()


Copyright © 2013 Red Hat. All Rights Reserved.