|
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.provisioning.ProvisioningActivator
public class ProvisioningActivator
Activator the provisioning system. It will gather provisioning URL depending on the configuration (DHCP, manual, ...), retrieve configuration file and push properties to the ConfigurationService.
| Field Summary | |
|---|---|
(package private) static org.osgi.framework.BundleContext |
bundleContext
The current BundleContext. |
| Constructor Summary | |
|---|---|
ProvisioningActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static CredentialsStorageService |
getCredentialsStorageService()
Returns a reference to a CredentialsStorageService implementation currently registered in the bundle context or null if no such implementation was found. |
static NetworkAddressManagerService |
getNetworkAddressManagerService()
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found. |
static ProvisioningServiceImpl |
getProvisioningService()
Returns a reference to a ProvisioningService implementation. |
static ResourceManagementService |
getResourceService()
Returns the ResourceManagementService obtained from the bundle context. |
static UIService |
getUIService()
Returns the UIService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts this bundle |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops this bundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public ProvisioningActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext
Exception - if anything goes wrong during the start of the bundle
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext
Exception - if anything goes wrong during the stop of the bundlepublic static UIService getUIService()
public static ResourceManagementService getResourceService()
public static ConfigurationService getConfigurationService()
public static CredentialsStorageService getCredentialsStorageService()
public static NetworkAddressManagerService getNetworkAddressManagerService()
public static ProvisioningServiceImpl getProvisioningService()
|
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 | |||||||||