Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.provdisc.mdns
Class ProvisioningDiscoveryMDNSActivator

java.lang.Object
  extended by net.java.sip.communicator.impl.provdisc.mdns.ProvisioningDiscoveryMDNSActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

Implements BundleActivator for the mDNS provisioning bundle.

Author:
Sebastien Vincent

Constructor Summary
ProvisioningDiscoveryMDNSActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bundleContext)
          Starts the mDNS provisioning service
 void stop(org.osgi.framework.BundleContext bundleContext)
          Stops the mDNS provisioning service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvisioningDiscoveryMDNSActivator

public ProvisioningDiscoveryMDNSActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Starts the mDNS provisioning service

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
bundleContext - the BundleContext as provided by the OSGi framework.
Throws:
Exception - if anything goes wrong

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception
Stops the mDNS provisioning service.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
bundleContext - the BundleContext as provided by the OSGi framework.
Throws:
Exception - if anything goes wrong

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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