|
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.plugin.contactsourceconfig.ContactSourceConfigActivator
public class ContactSourceConfigActivator
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The BundleContext of the ContactSourceConfigActivator. |
| Constructor Summary | |
|---|---|
ContactSourceConfigActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns a reference to the ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static ResourceManagementService |
getResources()
Returns a reference to the ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found. |
static UIService |
getUIService()
Gets the UIService instance registered in the BundleContext of the SecurityConfigActivator. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this plugin. |
void |
stop(org.osgi.framework.BundleContext bc)
Invoked when this bundle is stopped. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.osgi.framework.BundleContext bundleContext
BundleContext of the ContactSourceConfigActivator.
| Constructor Detail |
|---|
public ContactSourceConfigActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - the BundleContext
Exception - if some of the operations executed in the start method
fails
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - the BundleContext
Exception - if some of the operations executed in the start method
failspublic static ResourceManagementService getResources()
public static ConfigurationService getConfigurationService()
public static UIService getUIService()
|
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 | |||||||||