Package tigase.osgi

Class Activator

java.lang.Object
tigase.osgi.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

@Deprecated public class Activator extends Object implements org.osgi.framework.BundleActivator
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.osgi.framework.Bundle
    Deprecated.
     
    void
    start(org.osgi.framework.BundleContext bc)
    Deprecated.
     
    void
    stop(org.osgi.framework.BundleContext bc)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Activator

      public Activator()
      Deprecated.
  • Method Details

    • getBundle

      public static org.osgi.framework.Bundle getBundle()
      Deprecated.
    • start

      public void start(org.osgi.framework.BundleContext bc) throws Exception
      Deprecated.
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext bc) throws Exception
      Deprecated.
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Throws:
      Exception