Package org.apache.log4j.net
Class ZeroConfSupport
- java.lang.Object
-
- org.apache.log4j.net.ZeroConfSupport
-
public class ZeroConfSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description ZeroConfSupport(String zone, int port, String name)
ZeroConfSupport(String zone, int port, String name, Map properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
advertise()
static Object
getJMDNSInstance()
void
unadvertise()
-
-
-
Method Detail
-
advertise
public void advertise()
-
unadvertise
public void unadvertise()
-
getJMDNSInstance
public static Object getJMDNSInstance()
-
-