public class MulticastDNSService extends BasicModule
The multicast DNS entries published:
| Constructor and Description |
|---|
MulticastDNSService() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the module.
|
void |
initialize(XMPPServer server)
Initializes the basic module.
|
void |
start()
Starts the basic module.
|
void |
stop()
Stops the basic module.
|
getNamepublic void initialize(XMPPServer server)
BasicModuleInitializes the basic module.
Inheriting classes that choose to override this method MUST call this initialize() method before accessing BasicModule resources.
initialize in interface Moduleinitialize in class BasicModuleserver - the server hosting this module.public void start()
throws IllegalStateException
BasicModuleStarts the basic module.
Inheriting classes that choose to override this method MUST call this start() method before accessing BasicModule resources.
start in interface Modulestart in class BasicModuleIllegalStateException - If start is called before initialize
successfully returnspublic void stop()
BasicModuleStops the basic module.
Inheriting classes that choose to override this method MUST call this stop() method before accessing BasicModule resources.
stop in interface Modulestop in class BasicModulepublic void destroy()
BasicModuleDestroys the module.
Does nothing in the basic module.
destroy in interface Moduledestroy in class BasicModuleCopyright © 2003–2019 Ignite Realtime. All rights reserved.