|
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.simpleaccreg.SimpleAccountRegistrationActivator
public class SimpleAccountRegistrationActivator
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
OSGi bundle context. |
| Constructor Summary | |
|---|---|
SimpleAccountRegistrationActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationForm |
getAdvancedConfigForm()
Returns the first available advanced configuration form. |
static MetaContactListService |
getContactList()
Returns the MetaContactListService obtained from the bundle context. |
static ConfigurationForm |
getProvisioningConfigForm()
Returns the first available provisioning configuration form. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService, through which we will access all resources. |
static UIService |
getUIService()
Returns the UIService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bc)
|
void |
stop(org.osgi.framework.BundleContext bc)
|
| 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
| Constructor Detail |
|---|
public SimpleAccountRegistrationActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorException
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic static MetaContactListService getContactList()
Note: Because this plug-in is meant to be initially displayed (if necessary) and not get used afterwards, the method doesn't cache the return value. Make sure you call it as little as possible if execution speed is under consideration.
public static UIService getUIService()
Note: Because this plug-in is meant to be initially displayed (if necessary) and not get used afterwards, the method doesn't cache the return value. Make sure you call it as little as possible if execution speed is under consideration.
public static ResourceManagementService getResources()
public static ConfigurationForm getAdvancedConfigForm()
public static ConfigurationForm getProvisioningConfigForm()
|
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 | |||||||||