Package fr.dyade.aaa.jndi2.osgi
Class Activator
- java.lang.Object
-
- fr.dyade.aaa.jndi2.osgi.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUGstatic Loggerloggerorg.osgi.framework.ServiceRegistrationregistration
-
Constructor Summary
Constructors Constructor Description Activator()
-
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)
-
-
-
Field Detail
-
logger
public static final Logger logger
-
DEBUG
public static final boolean DEBUG
-
registration
public org.osgi.framework.ServiceRegistration registration
-
-