Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.sip2sipaccregwizz
Class Sip2SipAccRegWizzActivator

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

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

Registers the GoogleTalkAccountRegistrationWizard in the UI Service.

Author:
Lubomir Marinov, Yana Stamcheva

Field Summary
static org.osgi.framework.BundleContext bundleContext
          The bundle context.
 
Constructor Summary
Sip2SipAccRegWizzActivator()
           
 
Method Summary
static BrowserLauncherService getBrowserLauncher()
          Returns the BrowserLauncherService obtained from the bundle context.
static ResourceManagementService getResources()
          Returns the service giving access to resources.
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
The bundle context.

Constructor Detail

Sip2SipAccRegWizzActivator

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

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 service giving access to resources.

Returns:
the service giving access to resources

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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