net.java.sip.communicator.service.notification
Class NotificationServiceActivator
java.lang.Object
net.java.sip.communicator.service.notification.NotificationServiceActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class NotificationServiceActivator
- extends Object
- implements org.osgi.framework.BundleActivator
The NotificationActivator is the activator of the notification
bundle.
- Author:
- Yana Stamcheva
|
Field Summary |
protected static org.osgi.framework.BundleContext |
bundleContext
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundleContext
protected static org.osgi.framework.BundleContext bundleContext
NotificationServiceActivator
public NotificationServiceActivator()
start
public void start(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
Exception
getConfigurationService
public static ConfigurationService getConfigurationService()
- Returns the ConfigurationService obtained from the bundle
context.
- Returns:
- the ConfigurationService obtained from the bundle
context
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.