Class PGBundleActivator


  • public class PGBundleActivator
    extends java.lang.Object
    This class is an OSGi Bundle Activator and should only be used internally by the OSGi Framework.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(BundleContext context)  
      void stop​(BundleContext context)  
      • Methods inherited from class java.lang.Object

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

      • PGBundleActivator

        public PGBundleActivator()
    • Method Detail

      • start

        public void start​(BundleContext context)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stop

        public void stop​(BundleContext context)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception