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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DRepConfig.java27 public Vector<ReplicationHostAddress> otherHosts; field in class:RepConfig
50 otherHosts = new Vector<ReplicationHostAddress>();
79 otherHosts.add(newInfo);
85 if (otherHosts.size() == 0)
87 return (ReplicationHostAddress)otherHosts.get(currOtherHost);
93 if (currOtherHost >= otherHosts.size())
95 return (ReplicationHostAddress)otherHosts.get(currOtherHost);
100 if (i >= otherHosts.size())
102 return (ReplicationHostAddress)otherHosts.get(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DRepConfig.java27 public Vector<ReplicationHostAddress> otherHosts; field in class:RepConfig
50 otherHosts = new Vector<ReplicationHostAddress>();
79 otherHosts.add(newInfo);
85 if (otherHosts.size() == 0)
87 return (ReplicationHostAddress)otherHosts.get(currOtherHost);
93 if (currOtherHost >= otherHosts.size())
95 return (ReplicationHostAddress)otherHosts.get(currOtherHost);
100 if (i >= otherHosts.size())
102 return (ReplicationHostAddress)otherHosts.get(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DRepConfig.java27 public Vector<ReplicationHostAddress> otherHosts; field in class:RepConfig
50 otherHosts = new Vector<ReplicationHostAddress>();
79 otherHosts.add(newInfo);
85 if (otherHosts.size() == 0)
87 return (ReplicationHostAddress)otherHosts.get(currOtherHost);
93 if (currOtherHost >= otherHosts.size())
95 return (ReplicationHostAddress)otherHosts.get(currOtherHost);
100 if (i >= otherHosts.size())
102 return (ReplicationHostAddress)otherHosts.get(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/repquote/
H A DRepConfig.java29 public Vector otherHosts; /* Stores an optional set of "other" hosts. */ field in class:RepConfig
51 otherHosts = new Vector();
84 otherHosts.add(newHost);
90 if (otherHosts.size() == 0)
92 return (RepRemoteHost)otherHosts.get(currOtherHost);
98 if (currOtherHost >= otherHosts.size())
100 return (RepRemoteHost)otherHosts.get(currOtherHost);
105 if (i >= otherHosts.size())
107 return (RepRemoteHost)otherHosts.get(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/repquote/
H A DRepConfig.java29 public Vector otherHosts; /* Stores an optional set of "other" hosts. */ field in class:RepConfig
51 otherHosts = new Vector();
84 otherHosts.add(newHost);
90 if (otherHosts.size() == 0)
92 return (RepRemoteHost)otherHosts.get(currOtherHost);
98 if (currOtherHost >= otherHosts.size())
100 return (RepRemoteHost)otherHosts.get(currOtherHost);
105 if (i >= otherHosts.size())
107 return (RepRemoteHost)otherHosts.get(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/repquote/
H A DRepConfig.java29 public Vector otherHosts; /* Stores an optional set of "other" hosts. */ field in class:RepConfig
51 otherHosts = new Vector();
84 otherHosts.add(newHost);
90 if (otherHosts.size() == 0)
92 return (RepRemoteHost)otherHosts.get(currOtherHost);
98 if (currOtherHost >= otherHosts.size())
100 return (RepRemoteHost)otherHosts.get(currOtherHost);
105 if (i >= otherHosts.size())
107 return (RepRemoteHost)otherHosts.get(i);

Completed in 110 milliseconds