Package tigase.workgroupqueues
Class Activator
java.lang.Object
tigase.workgroupqueues.Activator
- All Implemented Interfaces:
EventListener,org.osgi.framework.BundleActivator,org.osgi.framework.ServiceListener
public class Activator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends WorkgroupQueuesComponent>voidserviceChanged(org.osgi.framework.ServiceEvent event) voidstart(org.osgi.framework.BundleContext bc) voidstop(org.osgi.framework.BundleContext bc)
-
Field Details
-
log
-
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
serviceChanged
public void serviceChanged(org.osgi.framework.ServiceEvent event) - Specified by:
serviceChangedin interfaceorg.osgi.framework.ServiceListener
-
start
- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
getComponentClass
-