Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.accountinfo
Class AccountInfoActivator

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

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

Starts the account info bundle.

Author:
Adam Glodstein

Field Summary
static org.osgi.framework.BundleContext bundleContext
           
 
Constructor Summary
AccountInfoActivator()
           
 
Method Summary
static BrowserLauncherService getBrowserLauncher()
           
static Map<Object,ProtocolProviderFactory> getProtocolProviderFactories()
          Returns all ProtocolProviderFactorys obtained from the bundle context.
 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
Constructor Detail

AccountInfoActivator

public AccountInfoActivator()
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

getProtocolProviderFactories

public static Map<Object,ProtocolProviderFactory> getProtocolProviderFactories()
Returns all ProtocolProviderFactorys obtained from the bundle context.

Returns:
all ProtocolProviderFactorys obtained from the bundle context

getBrowserLauncher

public static BrowserLauncherService getBrowserLauncher()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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