Package net.bluemind.node.api
Class NodeActivator
java.lang.Object
net.bluemind.node.api.NodeActivator
- All Implemented Interfaces:
 org.osgi.framework.BundleActivator
The activator class controls the plug-in life cycle
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic INodeClientstatic booleanrequiresLocalNode(String host) voidstart(org.osgi.framework.BundleContext bundleContext) voidstop(org.osgi.framework.BundleContext bundleContext)  
- 
Constructor Details
- 
NodeActivator
public NodeActivator() 
 - 
 - 
Method Details
- 
start
- Specified by:
 startin interfaceorg.osgi.framework.BundleActivator- Throws:
 Exception
 - 
stop
- Specified by:
 stopin interfaceorg.osgi.framework.BundleActivator- Throws:
 Exception
 - 
requiresLocalNode
 - 
get
- Throws:
 ServerFault
 - 
forget
- Throws:
 ServerFault
 
 -