Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.globalproxyconfig
Class GlobalProxyPluginActivator

java.lang.Object
  extended by net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyPluginActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class GlobalProxyPluginActivator
extends Object
implements org.osgi.framework.BundleActivator

Register the configuration form.

Author:
Atul Aggarwal, Damian Minkov

Field Summary
protected static org.osgi.framework.BundleContext bundleContext
          The context of this bundle.
 
Constructor Summary
GlobalProxyPluginActivator()
           
 
Method Summary
static ConfigurationService getConfigurationService()
          Returns the ConfigurationService obtained from the bundle context.
(package private) static void initProperties()
          Init system properties that corresponds to proxy settings.
 void start(org.osgi.framework.BundleContext bc)
          Starts the bundle.
 void stop(org.osgi.framework.BundleContext bc)
          Stops it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

protected static org.osgi.framework.BundleContext bundleContext
The context of this bundle.

Constructor Detail

GlobalProxyPluginActivator

public GlobalProxyPluginActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bc)
           throws Exception
Starts the bundle.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
bc - the context
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext bc)
          throws Exception
Stops it.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
bc - the context.
Throws:
Exception

getConfigurationService

public static ConfigurationService getConfigurationService()
Returns the ConfigurationService obtained from the bundle context.

Returns:
the ConfigurationService obtained from the bundle context

initProperties

static void initProperties()
Init system properties that corresponds to proxy settings.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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