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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java30 * The MutableBoolean wraps a boolean in a mutable way.
34 public class MutableBoolean class
39 * A MutableBoolean with the given initial value.
43 public MutableBoolean(boolean value) method in class:MutableBoolean
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
59 * Sets the current value of this MutableBoolean.
61 * @param value The new value of this MutableBoolean.
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java30 * The MutableBoolean wraps a boolean in a mutable way.
34 public class MutableBoolean class
39 * A MutableBoolean with the given initial value.
43 public MutableBoolean(boolean value) method in class:MutableBoolean
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
59 * Sets the current value of this MutableBoolean.
61 * @param value The new value of this MutableBoolean.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java30 * The MutableBoolean wraps a boolean in a mutable way.
34 public class MutableBoolean class
39 * A MutableBoolean with the given initial value.
43 public MutableBoolean(boolean value) method in class:MutableBoolean
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
59 * Sets the current value of this MutableBoolean.
61 * @param value The new value of this MutableBoolean.
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java67 import org.opends.server.replication.common.MutableBoolean;
124 private final MutableBoolean monitorResponse = new MutableBoolean(false);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java61 import org.opends.server.replication.common.MutableBoolean;
121 private final MutableBoolean monitorResponse = new MutableBoolean(false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java67 import org.opends.server.replication.common.MutableBoolean;
124 private final MutableBoolean monitorResponse = new MutableBoolean(false);

Completed in 103 milliseconds