public class Activator extends Object implements org.osgi.framework.BundleActivator
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
void |
start(org.osgi.framework.BundleContext context)
Register the application in
RestletApplicationManager using the current bundle
version. |
void |
stop(org.osgi.framework.BundleContext context)
Unregister the application in
RestletApplicationManager using the current bundle
version. |
public void start(org.osgi.framework.BundleContext context) throws Exception
RestletApplicationManager
using the current bundle
version.start
in interface org.osgi.framework.BundleActivator
context
- The context of this bundle.Exception
- Exception.public void stop(org.osgi.framework.BundleContext context) throws Exception
RestletApplicationManager
using the current bundle
version.stop
in interface org.osgi.framework.BundleActivator
context
- The context of this bundle.Exception
- Exception.Copyright © 2019 Communote team. All rights reserved.