samples.registerservice
Class Activator

java.lang.Object
  extended by org.apache.felix.dm.DependencyActivatorBase
      extended by samples.registerservice.Activator
All Implemented Interfaces:
BundleActivator

public class Activator
extends DependencyActivatorBase


Constructor Summary
Activator()
           
 
Method Summary
 void destroy(BundleContext context, DependencyManager manager)
           
 void init(BundleContext context, DependencyManager manager)
           
 
Methods inherited from class org.apache.felix.dm.DependencyActivatorBase
createAdapterService, createAspectService, createBundleAdapterService, createBundleDependency, createComponent, createConfigurationDependency, createFactoryConfigurationAdapterService, createFactoryConfigurationAdapterService, createPropertyMetaData, createResourceAdapter, createResourceAdapter, createResourceDependency, createServiceDependency, createTemporalServiceDependency, getBundleContext, getDependencyManager, getLogger, start, stop
 
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

init

public void init(BundleContext context,
                 DependencyManager manager)
          throws Exception
Specified by:
init in class DependencyActivatorBase
Throws:
Exception

destroy

public void destroy(BundleContext context,
                    DependencyManager manager)
             throws Exception
Specified by:
destroy in class DependencyActivatorBase
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.