Searched defs:portSourceArg (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java213 private IntegerArgument portSourceArg = null; field in class:ReplicationCliArgumentParser
840 portSourceArg = new IntegerArgument("portSource", OPTION_SHORT_PORT,
866 hostNameSourceArg, portSourceArg, hostNameDestinationArg,
1597 return getValue(portSourceArg);
1608 return getDefaultValue(portSourceArg);
2189 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
2192 hostNameSourceArg.getValue(), portSourceArg.getValue());
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java212 private IntegerArgument portSourceArg = null; field in class:ReplicationCliArgumentParser
839 portSourceArg = new IntegerArgument("portSource", OPTION_SHORT_PORT,
865 hostNameSourceArg, portSourceArg, hostNameDestinationArg,
1596 return getValue(portSourceArg);
1607 return getDefaultValue(portSourceArg);
2188 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
2191 hostNameSourceArg.getValue(), portSourceArg.getValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java213 private IntegerArgument portSourceArg = null; field in class:ReplicationCliArgumentParser
840 portSourceArg = new IntegerArgument("portSource", OPTION_SHORT_PORT,
866 hostNameSourceArg, portSourceArg, hostNameDestinationArg,
1597 return getValue(portSourceArg);
1608 return getDefaultValue(portSourceArg);
2189 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
2192 hostNameSourceArg.getValue(), portSourceArg.getValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java213 private IntegerArgument portSourceArg = null; field in class:ReplicationCliArgumentParser
840 portSourceArg = new IntegerArgument("portSource", OPTION_SHORT_PORT,
866 hostNameSourceArg, portSourceArg, hostNameDestinationArg,
1597 return getValue(portSourceArg);
1608 return getDefaultValue(portSourceArg);
2189 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
2192 hostNameSourceArg.getValue(), portSourceArg.getValue());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java212 private IntegerArgument portSourceArg = null; field in class:ReplicationCliArgumentParser
839 portSourceArg = new IntegerArgument("portSource", OPTION_SHORT_PORT,
865 hostNameSourceArg, portSourceArg, hostNameDestinationArg,
1596 return getValue(portSourceArg);
1607 return getDefaultValue(portSourceArg);
2188 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
2191 hostNameSourceArg.getValue(), portSourceArg.getValue());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java154 private IntegerArgument portSourceArg; field in class:ReplicationCliArgumentParser
713 hostNameSourceArg, portSourceArg, hostNameDestinationArg, portDestinationArg
725 portSourceArg = new IntegerArgument("portSource", OPTION_SHORT_PORT,
830 hostNameSourceArg, portSourceArg, hostNameDestinationArg, portDestinationArg, resetChangeNumber
1232 return getValue(portSourceArg);
1243 return getValueOrDefault(portSourceArg);
1781 && portSourceArg.getValue().equals(portDestinationArg.getValue()))
1784 hostNameSourceArg.getValue(), portSourceArg.getValue());

Completed in 58 milliseconds