Package org.adempiere.server
Class AdempiereServerActivator
- java.lang.Object
-
- org.adempiere.server.AdempiereServerActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class AdempiereServerActivator extends Object implements org.osgi.framework.BundleActivator
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description AdempiereServerActivator()default constructor
-
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()
- Returns:
- BundleContext
-
-