Class DiscoveryActivator
- java.lang.Object
- 
- org.eclipse.ecf.provider.zookeeper.DiscoveryActivator
 
- 
- All Implemented Interfaces:
- BundleActivator
 
 public class DiscoveryActivator extends Object implements BundleActivator 
- 
- 
Constructor SummaryConstructors Constructor Description DiscoveryActivator()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BundleContextgetContext()static voidregisterBundleStoppingListner(org.eclipse.ecf.provider.zookeeper.core.internal.BundleStoppingListener l)voidstart(BundleContext ctxt)voidstop(BundleContext c)
 
- 
- 
- 
Method Detail- 
startpublic void start(BundleContext ctxt) - Specified by:
- startin interface- BundleActivator
 
 - 
stoppublic void stop(BundleContext c) throws Exception - Specified by:
- stopin interface- BundleActivator
- Throws:
- Exception
 
 - 
getContextpublic static BundleContext getContext() 
 - 
registerBundleStoppingListnerpublic static void registerBundleStoppingListner(org.eclipse.ecf.provider.zookeeper.core.internal.BundleStoppingListener l) 
 
- 
 
-