Searched refs:thisHost (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java29 public ReplicationHostAddress thisHost; // The host address to listen to. field in class:RepConfig
47 thisHost = new ReplicationHostAddress();
59 thisHost.port = port;
60 thisHost.host = host;
67 return thisHost;

Completed in 120 milliseconds