org.apache.ace.deployment.provider.filebased
Class Activator

java.lang.Object
  extended by org.apache.felix.dm.DependencyActivatorBase
      extended by org.apache.ace.deployment.provider.filebased.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends org.apache.felix.dm.DependencyActivatorBase


Field Summary
static String PID
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void destroy(org.osgi.framework.BundleContext arg0, org.apache.felix.dm.DependencyManager arg1)
           
 void init(org.osgi.framework.BundleContext context, org.apache.felix.dm.DependencyManager manager)
           
 
Methods inherited from class org.apache.felix.dm.DependencyActivatorBase
createAdapterService, createAdapterService, createAdapterService, createAspectService, createAspectService, 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
 

Field Detail

PID

public static final String PID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

init

public void init(org.osgi.framework.BundleContext context,
                 org.apache.felix.dm.DependencyManager manager)
          throws Exception
Specified by:
init in class org.apache.felix.dm.DependencyActivatorBase
Throws:
Exception

destroy

public void destroy(org.osgi.framework.BundleContext arg0,
                    org.apache.felix.dm.DependencyManager arg1)
             throws Exception
Specified by:
destroy in class org.apache.felix.dm.DependencyActivatorBase
Throws:
Exception


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.