|
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.impl.osdependent.OsDependentActivator
public class OsDependentActivator
Registers the Systray in the UI Service.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
A currently valid bundle context. |
static UIService |
uiService
|
| Constructor Summary | |
|---|---|
OsDependentActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns the ConfigurationService obtained from the bundle context. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService, through which we will access all resources. |
static ShutdownService |
getShutdownService()
Gets a reference to a ShutdownService implementation
currently registered in the bundle context of the active
OsDependentActivator instance. |
static UIService |
getUIService()
Returns the UIService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bc)
Called when this bundle is started. |
void |
stop(org.osgi.framework.BundleContext bc)
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle. |
| 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
public static UIService uiService
| Constructor Detail |
|---|
public OsDependentActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - The execution context of the bundle being started.
Exception - If
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - The execution context of the bundle being stopped.
Exception - If this method throws an exception, the bundle is
still marked as stopped, and the Framework will remove the bundle's
listeners, unregister all services registered by the bundle, and
release all services used by the bundle.public static ConfigurationService getConfigurationService()
public static ShutdownService getShutdownService()
ShutdownService implementation
currently registered in the bundle context of the active
OsDependentActivator instance.
The returned reference to ShutdownService is not being
cached.
ShutdownService implementation
currently registered in the bundle context of the active
OsDependentActivator instancepublic static UIService getUIService()
public static ResourceManagementService getResources()
|
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 | |||||||||