Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.sipaccregwizz
Class SIPAccRegWizzActivator

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

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

Registers the SIPAccountRegistrationWizard in the UI Service.

Author:
Yana Stamcheva

Field Summary
static org.osgi.framework.BundleContext bundleContext
          OSGi bundle context.
 
Constructor Summary
SIPAccRegWizzActivator()
           
 
Method Summary
static BrowserLauncherService getBrowserLauncher()
          Returns the BrowserLauncherService obtained from the bundle context.
static CertificateService getCertificateService()
          Returns the CertificateService obtained from the bundle context.
static ConfigurationService getConfigurationService()
          Returns the ConfigurationService obtained from the bundle context.
static ProtocolProviderFactory getSIPProtocolProviderFactory()
          Returns the ProtocolProviderFactory for the SIP protocol.
static UIService getUIService()
          Returns the UIService.
static boolean isAdvancedAccountConfigDisabled()
          Indicates if the advanced account configuration is currently disabled.
 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

SIPAccRegWizzActivator

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

getSIPProtocolProviderFactory

public static ProtocolProviderFactory getSIPProtocolProviderFactory()
Returns the ProtocolProviderFactory for the SIP protocol.

Returns:
the ProtocolProviderFactory for the SIP 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

getConfigurationService

public static ConfigurationService getConfigurationService()
Returns the ConfigurationService obtained from the bundle context.

Returns:
the ConfigurationService obtained from the bundle context

getCertificateService

public static CertificateService getCertificateService()
Returns the CertificateService obtained from the bundle context.

Returns:
the CertificateService obtained from the bundle context

isAdvancedAccountConfigDisabled

public static boolean isAdvancedAccountConfigDisabled()
Indicates if the advanced account configuration is currently disabled.

Returns:
true if the advanced account configuration is disabled, otherwise returns false

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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