Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.swingnotification
Class SwingNotificationActivator

java.lang.Object
  extended by net.java.sip.communicator.impl.swingnotification.SwingNotificationActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class SwingNotificationActivator
extends Object
implements org.osgi.framework.BundleActivator

Activator for the swing notification service.

Author:
Symphorien Wanko

Field Summary
static org.osgi.framework.BundleContext bundleContext
          The bundle context in which we started
 
Constructor Summary
SwingNotificationActivator()
           
 
Method Summary
static ConfigurationService getConfigurationService()
          Returns the ConfigurationService obtained from the bundle context.
static ResourceManagementService getResources()
          Returns the ResourceManagementService obtained from the bundle context.
 void start(org.osgi.framework.BundleContext bc)
          Start the swing notification service
 void stop(org.osgi.framework.BundleContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

public static org.osgi.framework.BundleContext bundleContext
The bundle context in which we started

Constructor Detail

SwingNotificationActivator

public SwingNotificationActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bc)
           throws Exception
Start the swing notification service

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
bc -
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext arg0)
          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

getResources

public static ResourceManagementService getResources()
Returns the ResourceManagementService obtained from the bundle context.

Returns:
the ResourceManagementService obtained from the bundle context

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.