|
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.notificationwiring.NotificationWiringActivator
public class NotificationWiringActivator
The NotificationActivator is the activator of the notification bundle.
| Field Summary | |
|---|---|
protected static org.osgi.framework.BundleContext |
bundleContext
|
| Constructor Summary | |
|---|---|
NotificationWiringActivator()
|
|
| Method Summary | |
|---|---|
static MediaService |
getMediaService()
Returns an instance of the MediaService obtained from the bundle context. |
static NotificationService |
getNotificationService()
Returns the NotificationService obtained from the bundle context. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService, through which we will access all resources. |
static UIService |
getUIService()
Returns the current implementation of the UIService. |
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 |
|---|
protected static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public NotificationWiringActivator()
| 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 NotificationService getNotificationService()
public static ResourceManagementService getResources()
public static UIService getUIService()
public static MediaService getMediaService()
|
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 | |||||||||