|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.provdisc.dhcp.ProvisioningDiscoveryDHCPActivator
public class ProvisioningDiscoveryDHCPActivator
Implements BundleActivator for the DHCP provisioning bundle.
| Constructor Summary | |
|---|---|
ProvisioningDiscoveryDHCPActivator()
|
|
| Method Summary | |
|---|---|
static NetworkAddressManagerService |
getNetworkAddressManagerService()
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the DHCP provisioning service |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the DHCP provisioning service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProvisioningDiscoveryDHCPActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - the BundleContext as provided by the OSGi
framework.
Exception - if anything goes wrong
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the BundleContext as provided by the OSGi
framework.
Exception - if anything goes wrongpublic static NetworkAddressManagerService getNetworkAddressManagerService()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||