|
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.update.UpdateActivator
public class UpdateActivator
Implements BundleActivator for the update plug-in.
| Field Summary | |
|---|---|
(package private) static org.osgi.framework.BundleContext |
bundleContext
The BundleContext in which the one and only UpdateActivator instance of the update plug-in has been started. |
| Constructor Summary | |
|---|---|
UpdateActivator()
|
|
| Method Summary | |
|---|---|
(package private) static BrowserLauncherService |
getBrowserLauncher()
Returns the BrowserLauncherService obtained from the bundle context. |
(package private) static ConfigurationService |
getConfiguration()
Returns the ConfigurationService obtained from the bundle context. |
(package private) static ShutdownService |
getShutdownService()
Gets a reference to a ShutdownService implementation
currently registered in the bundle context of the active
UpdateCheckActivator instance. |
(package private) static UIService |
getUIService()
Returns a reference to the UIService implementation currently registered in the bundle context or null if no such implementation was found. |
(package private) static UpdateService |
getUpdateService()
Returns the update service instance. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts this bundle |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stop the 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 UpdateActivator()
| Method Detail |
|---|
static BrowserLauncherService getBrowserLauncher()
static ConfigurationService getConfiguration()
static ShutdownService getShutdownService()
ShutdownService implementation
currently registered in the bundle context of the active
UpdateCheckActivator instance.
The returned reference to ShutdownService is not being
cached.
ShutdownService implementation
currently registered in the bundle context of the active
UpdateCheckActivator instancestatic UIService getUIService()
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext provided by OSGi framework
Exception - if something goes wrong during start
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext provided by OSGi framework
Exception - if something goes wrong during stopstatic UpdateService getUpdateService()
|
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 | |||||||||