Class FelixWebConsoleExtensionActivator

java.lang.Object
org.glassfish.osgi.felixwebconsoleextension.FelixWebConsoleExtensionActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class FelixWebConsoleExtensionActivator extends Object implements org.osgi.framework.BundleActivator
This activator servers following purposes: a) Registers a BrandingPlugin service to customize the look and feel. See http://felix.apache.org/site/branding-the-web-console.html for more details. b) Registers configuration object to select the right HttpService. c) Registers a SecurityProvider to integrate with GlassFish security service.
Author:
sanjeeb.sahoo@oracle.com, tangyong@cn.fujitsu.com
  • Constructor Details

    • FelixWebConsoleExtensionActivator

      public FelixWebConsoleExtensionActivator()
  • Method Details

    • start

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

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