public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext context)
Starts the OSGi bundle by registering the engine with the bundle of the
Restlet API.
|
void |
stop(org.osgi.framework.BundleContext context)
Stops the OSGi bundle by unregistering the engine with the bundle of the
Restlet API.
|
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorcontext - The bundle context.java.lang.Exceptionpublic void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorcontext - The bundle context.java.lang.ExceptionCopyright © 2005-2012. All Rights Reserved.