Searched refs:RepRemoteHost (Results 1 - 5 of 5) 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.java78 RepRemoteHost newHost = new RepRemoteHost(newInfo, peer);
82 public RepRemoteHost getFirstOtherHost()
87 return (RepRemoteHost)otherHosts.get(currOtherHost);
90 public RepRemoteHost getNextOtherHost()
95 return (RepRemoteHost)otherHosts.get(currOtherHost);
98 public RepRemoteHost getOtherHost(int i)
102 return (RepRemoteHost)otherHosts.get(i);
H A DRepRemoteHost.java6 * $Id: RepRemoteHost.java,v 1.2 2008/01/08 20:58:32 bostic Exp $
13 public class RepRemoteHost{ class
17 public RepRemoteHost(ReplicationHostAddress remoteAddr, boolean hostIsPeer){ method in class:RepRemoteHost
H A DRepQuoteExample.java216 for (RepRemoteHost host = appConfig.getFirstOtherHost();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile638 $(JAVA_EXDIR)/db/repquote/RepRemoteHost.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in633 $(JAVA_EXDIR)/db/repquote/RepRemoteHost.java \

Completed in 59 milliseconds