net.java.sip.communicator.plugin.accountinfo
Class AccountInfoActivator
java.lang.Object
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
|
| 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
AccountInfoActivator
public AccountInfoActivator()
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.
Distributable under LGPL license.