org.jboss.osgi.deployment
Class DeploymentServicesActivator

java.lang.Object
  extended by org.jboss.osgi.deployment.DeploymentServicesActivator

public class DeploymentServicesActivator
extends Object

An activator for the deployment services. This can be used like a BundleActivator altough the deployment services are not installed as a bundle.

Since:
15-Oct-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
DeploymentServicesActivator()
           
 
Method Summary
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentServicesActivator

public DeploymentServicesActivator()
Method Detail

start

public void start(BundleContext context)

stop

public void stop(BundleContext context)


Copyright © 2010. All Rights Reserved.