Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.profiler4j
Class ProfilerActivator

java.lang.Object
  extended by 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

Field Summary
static org.osgi.framework.BundleContext bundleContext
          OSGi bundle context.
(package private)  Logger logger
           
 
Constructor Summary
ProfilerActivator()
           
 
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
 

Field Detail

bundleContext

public static org.osgi.framework.BundleContext bundleContext
OSGi bundle context.


logger

Logger logger
Constructor Detail

ProfilerActivator

public ProfilerActivator()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.