org.apache.openejb.javaee.api.activator
Class MultiActivator
java.lang.Object
org.apache.openejb.javaee.api.activator.MultiActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class MultiActivator
- extends Object
- implements org.osgi.framework.BundleActivator
This exists only to call the 3 BundleActivators present in the un-amalgamated jars.
- Version:
- $Rev: 1171349 $ $Date: 2011-09-15 18:22:07 -0700 (Thu, 15 Sep 2011) $
|
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 |
MultiActivator
public MultiActivator()
start
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
Exception
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.