Package org.adempiere.webui
Class WebUIActivator
- java.lang.Object
-
- org.adempiere.webui.WebUIActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class WebUIActivator extends Object implements org.osgi.framework.BundleActivator
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description WebUIActivator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.osgi.framework.BundleContextgetBundleContext()voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
getBundleContext
public static org.osgi.framework.BundleContext getBundleContext()
-
-