|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.server.ZeroconfHelper
@Deprecated public class ZeroconfHelper
Class designed to help the server factory with zeroconf-based duties. Not intended for direct use by end-users; uses the JmDNS zeroconf package if it's available through the class loader. See the comments attached to ServerFactory.getZeroconfServers for a fuller explanation.
Field Summary | |
---|---|
static String |
P4D_ZEROCONF_TYPE
Deprecated. The zeroconf type string normally used to register Perforce servers. |
static String |
ZEROCONF_CLASS_NAME
Deprecated. The name of the class we first try to find for zeroconf services. |
Constructor Summary | |
---|---|
protected |
ZeroconfHelper()
Deprecated. We don't want this usable outside the main P4Java server package. |
Method Summary | |
---|---|
protected List<ZeroconfServerInfo> |
getZeroconfServers()
Deprecated. |
protected boolean |
isZeroConfAvailable()
Deprecated. Returns true if this instance of P4Java has a suitable zeroconf implementation available to it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ZEROCONF_CLASS_NAME
public static String P4D_ZEROCONF_TYPE
Constructor Detail |
---|
protected ZeroconfHelper()
Method Detail |
---|
protected boolean isZeroConfAvailable()
protected List<ZeroconfServerInfo> getZeroconfServers() throws ConfigException
ConfigException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |