org.glassfish.osgi.felixwebconsoleextension
Class FelixWebConsoleExtensionActivator

java.lang.Object
  extended by 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.

Author:
sanjeeb.sahoo@oracle.com

Constructor Summary
FelixWebConsoleExtensionActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FelixWebConsoleExtensionActivator

public FelixWebConsoleExtensionActivator()
Method Detail

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


Copyright © 2012 GlassFish Community. All Rights Reserved.