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>
void
serviceChanged
(org.osgi.framework.ServiceEvent event) void
start
(org.osgi.framework.BundleContext bc) void
stop
(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:
serviceChanged
in interfaceorg.osgi.framework.ServiceListener
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
getComponentClass
-