Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.iptelaccregwizz
Class IptelAccRegWizzActivator

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

public class IptelAccRegWizzActivator
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
IptelAccRegWizzActivator()
           
 
Method Summary
static BrowserLauncherService getBrowserLauncher()
          Returns the BrowserLauncherService obtained from the bundle context.
static ProtocolProviderFactory getIptelProtocolProviderFactory()
          Returns the ProtocolProviderFactory for the IP Tel protocol.
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
OSGi bundle context.

Constructor Detail

IptelAccRegWizzActivator

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

getIptelProtocolProviderFactory

public static ProtocolProviderFactory getIptelProtocolProviderFactory()
Returns the ProtocolProviderFactory for the IP Tel protocol.

Returns:
the ProtocolProviderFactory for the IP Tel 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 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.