Package tigase.osgi

Class Activator

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

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

      • Activator

        public Activator()
        Deprecated.
    • Method Detail

      • 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