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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static INodeClient
static boolean
requiresLocalNode
(String host) void
start
(org.osgi.framework.BundleContext bundleContext) void
stop
(org.osgi.framework.BundleContext bundleContext)
-
Constructor Details
-
NodeActivator
public NodeActivator()
-
-
Method Details
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
requiresLocalNode
-
get
- Throws:
ServerFault
-
forget
- Throws:
ServerFault
-