Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui.internal
Class GuiServiceActivator

java.lang.Object
  extended by net.java.sip.communicator.service.gui.internal.GuiServiceActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

Author:
Lubomir Marinov, Yana Stamcheva

Constructor Summary
GuiServiceActivator()
           
 
Method Summary
static org.osgi.framework.BundleContext getBundleContext()
          Returns the BundleContext.
static ResourceManagementService getResources()
          Returns the ResourceManagementService, through which we will access all resources.
 void start(org.osgi.framework.BundleContext bundleContext)
          Initialize and start GUI service
 void stop(org.osgi.framework.BundleContext bundleContext)
          Stops this bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiServiceActivator

public GuiServiceActivator()
Method Detail

getBundleContext

public static org.osgi.framework.BundleContext getBundleContext()
Returns the BundleContext.

Returns:
bundle context

start

public void start(org.osgi.framework.BundleContext bundleContext)
Initialize and start GUI service

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
bundleContext - the BundleContext

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
Stops this bundle.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
bundleContext - the BundleContext

getResources

public static ResourceManagementService getResources()
Returns the ResourceManagementService, through which we will access all resources.

Returns:
the ResourceManagementService, through which we will access all resources.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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