org.fusesource.fabric.dosgi.impl
Class ImportRegistration

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

public class ImportRegistration
extends java.lang.Object


Constructor Summary
ImportRegistration(org.osgi.framework.ServiceRegistration importedService, EndpointDescription importedEndpoint)
           
 
Method Summary
 boolean addReference(org.osgi.framework.hooks.service.ListenerHook.ListenerInfo listener)
           
 void close()
           
 EndpointDescription getImportedEndpoint()
           
 org.osgi.framework.ServiceRegistration getImportedService()
           
 boolean hasReferences()
           
 boolean removeReference(org.osgi.framework.hooks.service.ListenerHook.ListenerInfo listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportRegistration

public ImportRegistration(org.osgi.framework.ServiceRegistration importedService,
                          EndpointDescription importedEndpoint)
Method Detail

getImportedService

public org.osgi.framework.ServiceRegistration getImportedService()

getImportedEndpoint

public EndpointDescription getImportedEndpoint()

addReference

public boolean addReference(org.osgi.framework.hooks.service.ListenerHook.ListenerInfo listener)

removeReference

public boolean removeReference(org.osgi.framework.hooks.service.ListenerHook.ListenerInfo listener)

hasReferences

public boolean hasReferences()

close

public void close()


Copyright © 2013 Red Hat. All Rights Reserved.