org.fusesource.fabric.dosgi
Class Activator

java.lang.Object
  extended by org.fusesource.fabric.dosgi.Activator

public class Activator
extends java.lang.Object


Constructor Summary
Activator()
           
 
Method Summary
 void destroy()
           
 void registerZooKeeper(org.osgi.framework.ServiceReference ref)
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 void setUri(java.lang.String uri)
           
 void unregisterZooKeeper(org.osgi.framework.ServiceReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)

setUri

public void setUri(java.lang.String uri)

destroy

public void destroy()

registerZooKeeper

public void registerZooKeeper(org.osgi.framework.ServiceReference ref)

unregisterZooKeeper

public void unregisterZooKeeper(org.osgi.framework.ServiceReference reference)


Copyright © 2011 FuseSource. All Rights Reserved.