$packageName$
Class Activator

java.lang.Object
  extended by $packageName$.Activator
All Implemented Interfaces:
IDistributionConstants, org.osgi.framework.BundleActivator

public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator, IDistributionConstants


Field Summary
 
Fields inherited from interface org.eclipse.ecf.osgi.services.distribution.IDistributionConstants
REMOTE_CONFIGS_SUPPORTED, REMOTE_INTENTS_SUPPORTED, SERVICE_EXPORTED_CONFIGS, SERVICE_EXPORTED_CONTAINER_CONNECT_CONTEXT, SERVICE_EXPORTED_CONTAINER_FACTORY_ARGUMENTS, SERVICE_EXPORTED_CONTAINER_ID, SERVICE_EXPORTED_INTENTS, SERVICE_EXPORTED_INTENTS_EXTRA, SERVICE_EXPORTED_INTERFACES, SERVICE_EXPORTED_INTERFACES_WILDCARD, SERVICE_IMPORTED, SERVICE_IMPORTED_CONFIGS, SERVICE_INTENTS, SERVICE_PID
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
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

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws java.lang.Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception