org.jboss.osgi.deployment
Class DeploymentServicesActivator
java.lang.Object
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
|
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentServicesActivator
public DeploymentServicesActivator()
start
public void start(org.osgi.framework.BundleContext context)
stop
public void stop(org.osgi.framework.BundleContext context)
Copyright © 2012. All Rights Reserved.