|
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.pluginmanager.PluginManagerActivator
public class PluginManagerActivator
The BundleActivator of the PluginManager plugin.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The bundle context. |
| Constructor Summary | |
|---|---|
PluginManagerActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns the ConfigurationService obtained from the bundle context. |
static UIService |
getUIService()
Returns the UIService obtained from the bundle context. |
static boolean |
isSystemBundle(org.osgi.framework.Bundle bundle)
Determines whether bundle is system or not. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle and adds the PluginManagerConfigForm contained in it to the configuration window obtained from the UIService. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops this bundles. |
| 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 PluginManagerActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - the BundleContext
Exception - if one of the operation 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 one of the operation executed in the stop method
failspublic static UIService getUIService()
public static ConfigurationService getConfigurationService()
public static boolean isSystemBundle(org.osgi.framework.Bundle bundle)
bundle - the bundle that we need to determine as system or not.
|
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 | |||||||||