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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java223 private IntegerArgument portDestinationArg = null; field in class:ReplicationCliArgumentParser
852 portDestinationArg = new IntegerArgument("portDestination", null,
867 portDestinationArg
1619 return getValue(portDestinationArg);
1630 return getDefaultValue(portDestinationArg);
2189 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java222 private IntegerArgument portDestinationArg = null; field in class:ReplicationCliArgumentParser
851 portDestinationArg = new IntegerArgument("portDestination", null,
866 portDestinationArg
1618 return getValue(portDestinationArg);
1629 return getDefaultValue(portDestinationArg);
2188 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java223 private IntegerArgument portDestinationArg = null; field in class:ReplicationCliArgumentParser
852 portDestinationArg = new IntegerArgument("portDestination", null,
867 portDestinationArg
1619 return getValue(portDestinationArg);
1630 return getDefaultValue(portDestinationArg);
2189 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java223 private IntegerArgument portDestinationArg = null; field in class:ReplicationCliArgumentParser
852 portDestinationArg = new IntegerArgument("portDestination", null,
867 portDestinationArg
1619 return getValue(portDestinationArg);
1630 return getDefaultValue(portDestinationArg);
2189 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java222 private IntegerArgument portDestinationArg = null; field in class:ReplicationCliArgumentParser
851 portDestinationArg = new IntegerArgument("portDestination", null,
866 portDestinationArg
1618 return getValue(portDestinationArg);
1629 return getDefaultValue(portDestinationArg);
2188 if (portSourceArg.getValue().equals(portDestinationArg.getValue()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java158 private IntegerArgument portDestinationArg; field in class:ReplicationCliArgumentParser
713 hostNameSourceArg, portSourceArg, hostNameDestinationArg, portDestinationArg
737 portDestinationArg = new IntegerArgument("portDestination", null,
830 hostNameSourceArg, portSourceArg, hostNameDestinationArg, portDestinationArg, resetChangeNumber
1254 return getValue(portDestinationArg);
1265 return getValueOrDefault(portDestinationArg);
1781 && portSourceArg.getValue().equals(portDestinationArg.getValue()))

Completed in 58 milliseconds