|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.certificate.CertificateVerificationActivator
public class CertificateVerificationActivator
The certificate verification bundle activator.
| Field Summary | |
|---|---|
protected static org.osgi.framework.BundleContext |
bundleContext
The bundle context for this bundle. |
| Constructor Summary | |
|---|---|
CertificateVerificationActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns the ConfigurationService obtained from the bundle context. |
static CredentialsStorageService |
getCredService()
Returns the CredentialsStorageService, through which we will access all passwords. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService, through which we will access all resources. |
void |
start(org.osgi.framework.BundleContext bc)
Called when this bundle is started. |
void |
stop(org.osgi.framework.BundleContext bc)
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public CertificateVerificationActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - The execution context of the bundle being started.
Exception - if the bundle is not correctly started
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - The execution context of the bundle being stopped.
Exception - If this method throws an exception, the bundle is
still marked as stopped, and the Framework will remove the bundle's
listeners, unregister all services registered by the bundle, and
release all services used by the bundle.public static ConfigurationService getConfigurationService()
public static ResourceManagementService getResources()
public static CredentialsStorageService getCredService()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||