Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.certconfig
Class CertConfigActivator

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

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

OSGi Activator for the Certificate Configuration Advanced Form.

Author:
Ingo Bauersachs

Field Summary
(package private) static ResourceManagementService R
           
 
Constructor Summary
CertConfigActivator()
           
 
Method Summary
(package private) static org.osgi.framework.BundleContext getBundleContext()
           
static CertificateService getCertService()
          Returns a reference to a CertificateService implementation currently registered in the bundle context or null if no such implementation was found.
static ConfigurationService getConfigService()
          Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
static CredentialsStorageService getCredService()
          Returns a reference to a CredentialsStorageService implementation currently registered in the bundle context or null if no such implementation was found.
static UIService getUIService()
          Returns a reference to a UIService implementation currently registered in the bundle context or null if no such implementation was found.
 void start(org.osgi.framework.BundleContext bc)
           
 void stop(org.osgi.framework.BundleContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

R

static ResourceManagementService R
Constructor Detail

CertConfigActivator

public CertConfigActivator()
Method Detail

start

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

stop

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

getBundleContext

static org.osgi.framework.BundleContext getBundleContext()

getConfigService

public static ConfigurationService getConfigService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a currently valid implementation of the ConfigurationService.

getCertService

public static CertificateService getCertService()
Returns a reference to a CertificateService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a currently valid implementation of the CertificateService.

getUIService

public static UIService getUIService()
Returns a reference to a UIService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a currently valid implementation of the UIService.

getCredService

public static CredentialsStorageService getCredService()
Returns a reference to a CredentialsStorageService implementation currently registered in the bundle context or null if no such implementation was found.

Returns:
a currently valid implementation of the CredentialsStorageService.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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