net.java.sip.communicator.plugin.profiler4j
Class ProfilerActivator
java.lang.Object
net.java.sip.communicator.plugin.profiler4j.ProfilerActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class ProfilerActivator
- extends Object
- implements org.osgi.framework.BundleActivator
Activates the profiler plug-in.
- Author:
- Vladimir Skarupelov
|
Method Summary |
void |
start(org.osgi.framework.BundleContext bc)
|
void |
stop(org.osgi.framework.BundleContext bc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundleContext
public static org.osgi.framework.BundleContext bundleContext
- OSGi bundle context.
logger
Logger logger
ProfilerActivator
public ProfilerActivator()
start
public void start(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
Exception
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.