Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.dnsconfig
Class DnsConfigActivator

java.lang.Object
  extended by net.java.sip.communicator.plugin.dnsconfig.DnsConfigActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

OSGi bundle activator for the parallel DNS configuration form.

Author:
Ingo Bauersachs

Field Summary
(package private) static org.osgi.framework.BundleContext bundleContext
           
 
Constructor Summary
DnsConfigActivator()
           
 
Method Summary
static FileAccessService getFileAccessService()
          Returns the FileAccessService obtained from the bundle context.
 void start(org.osgi.framework.BundleContext bc)
          Starts this bundle.
 void stop(org.osgi.framework.BundleContext bc)
          Stops this bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

static org.osgi.framework.BundleContext bundleContext
Constructor Detail

DnsConfigActivator

public DnsConfigActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bc)
           throws Exception
Starts this bundle.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
bc - the bundle context
Throws:
Exception - if something goes wrong

stop

public void stop(org.osgi.framework.BundleContext bc)
          throws Exception
Stops this bundle.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
bc - the bundle context
Throws:
Exception - if something goes wrong

getFileAccessService

public static FileAccessService getFileAccessService()
Returns the FileAccessService obtained from the bundle context.

Returns:
the FileAccessService 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.