Package tigase.osgi
Class Activator
- java.lang.Object
-
- tigase.osgi.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
@Deprecated public class Activator extends java.lang.Object implements org.osgi.framework.BundleActivatorDeprecated.
-
-
Constructor Summary
Constructors Constructor Description Activator()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.osgi.framework.BundlegetBundle()Deprecated.voidstart(org.osgi.framework.BundleContext bc)Deprecated.voidstop(org.osgi.framework.BundleContext bc)Deprecated.
-
-
-
Method Detail
-
getBundle
public static org.osgi.framework.Bundle getBundle()
Deprecated.
-
start
public void start(org.osgi.framework.BundleContext bc) throws java.lang.ExceptionDeprecated.- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
java.lang.Exception
-
stop
public void stop(org.osgi.framework.BundleContext bc) throws java.lang.ExceptionDeprecated.- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
java.lang.Exception
-
-