Class ClassModelActivator
- java.lang.Object
-
- org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class ClassModelActivator extends java.lang.Object implements org.osgi.framework.BundleActivatorCreated with IntelliJ IDEA. User: makannan Date: 3/4/13 Time: 8:15 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description ClassModelActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
java.lang.Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
java.lang.Exception
-
-