Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.googletalkaccregwizz
Class GoogleTalkAccRegWizzActivator

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

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

Registers the GoogleTalkAccountRegistrationWizard in the UI Service.

Author:
Lubomir Marinov

Field Summary
static org.osgi.framework.BundleContext bundleContext
          OSGi bundle context.
 
Constructor Summary
GoogleTalkAccRegWizzActivator()
           
 
Method Summary
static BrowserLauncherService getBrowserLauncher()
          Returns the BrowserLauncherService obtained from the bundle context.
static ProtocolProviderFactory getGoogleTalkProtocolProviderFactory()
          Returns the ProtocolProviderFactory for the Google Talk protocol.
static ResourceManagementService getResources()
          Returns the ResourceManagementService.
static UIService getUIService()
          Returns the UIService.
 void start(org.osgi.framework.BundleContext bc)
          Starts this bundle.
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
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.

Constructor Detail

GoogleTalkAccRegWizzActivator

public GoogleTalkAccRegWizzActivator()
Method Detail

start

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

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

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

getGoogleTalkProtocolProviderFactory

public static ProtocolProviderFactory getGoogleTalkProtocolProviderFactory()
Returns the ProtocolProviderFactory for the Google Talk protocol.

Returns:
the ProtocolProviderFactory for the Google Talk protocol

getUIService

public static UIService getUIService()
Returns the UIService.

Returns:
the UIService

getBrowserLauncher

public static BrowserLauncherService getBrowserLauncher()
Returns the BrowserLauncherService obtained from the bundle context.

Returns:
the BrowserLauncherService obtained from the bundle context

getResources

public static ResourceManagementService getResources()
Returns the ResourceManagementService.

Returns:
the ResourceManagementService.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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