Searched defs:hostName1Arg (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java91 private StringArgument hostName1Arg = null; field in class:ReplicationCliArgumentParser
669 hostName1Arg = new StringArgument("host1", OPTION_SHORT_HOST,
778 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1192 return getValue(hostName1Arg);
1203 return getDefaultValue(hostName1Arg);
2066 if (hostName1Arg.getValue().equalsIgnoreCase(hostName2Arg.getValue()) &&
2072 hostName1Arg.getValue(), port1Arg.getValue());
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java90 private StringArgument hostName1Arg = null; field in class:ReplicationCliArgumentParser
668 hostName1Arg = new StringArgument("host1", OPTION_SHORT_HOST,
777 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1191 return getValue(hostName1Arg);
1202 return getDefaultValue(hostName1Arg);
2065 if (hostName1Arg.getValue().equalsIgnoreCase(hostName2Arg.getValue()) &&
2071 hostName1Arg.getValue(), port1Arg.getValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java91 private StringArgument hostName1Arg = null; field in class:ReplicationCliArgumentParser
669 hostName1Arg = new StringArgument("host1", OPTION_SHORT_HOST,
778 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1192 return getValue(hostName1Arg);
1203 return getDefaultValue(hostName1Arg);
2066 if (hostName1Arg.getValue().equalsIgnoreCase(hostName2Arg.getValue()) &&
2072 hostName1Arg.getValue(), port1Arg.getValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java91 private StringArgument hostName1Arg = null; field in class:ReplicationCliArgumentParser
669 hostName1Arg = new StringArgument("host1", OPTION_SHORT_HOST,
778 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1192 return getValue(hostName1Arg);
1203 return getDefaultValue(hostName1Arg);
2066 if (hostName1Arg.getValue().equalsIgnoreCase(hostName2Arg.getValue()) &&
2072 hostName1Arg.getValue(), port1Arg.getValue());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java90 private StringArgument hostName1Arg = null; field in class:ReplicationCliArgumentParser
668 hostName1Arg = new StringArgument("host1", OPTION_SHORT_HOST,
777 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1191 return getValue(hostName1Arg);
1202 return getDefaultValue(hostName1Arg);
2065 if (hostName1Arg.getValue().equalsIgnoreCase(hostName2Arg.getValue()) &&
2071 hostName1Arg.getValue(), port1Arg.getValue());

Completed in 69 milliseconds