Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.ippiaccregwizz
Class IppiAccRegWizzActivator

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

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

Registers the IppiAccountRegistrationWizard in the UI Service.

Author:
Lubomir Marinov, Yana Stamcheva, Damian Minkov

Field Summary
static org.osgi.framework.BundleContext bundleContext
          The bundle context.
 
Constructor Summary
IppiAccRegWizzActivator()
           
 
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

IppiAccRegWizzActivator

public IppiAccRegWizzActivator()
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.