Searched defs:ConnectedRS (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java72 private static final class ConnectedRS class in class:ReplicationBroker
75 private static final ConnectedRS NO_CONNECTED_RS = new ConnectedRS(
84 private ConnectedRS(String replicationServer) method in class:ReplicationBroker.ConnectedRS
91 private ConnectedRS(ReplicationServerInfo rsInfo, Session session) method in class:ReplicationBroker.ConnectedRS
100 private static ConnectedRS stopped()
102 return new ConnectedRS("stopped");
105 private static ConnectedRS noConnectedRS()
173 * Always use {@link #setConnectedRS(ConnectedRS)} to set a new
177 private final AtomicReference<ConnectedRS> connectedR
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java72 private static final class ConnectedRS class in class:ReplicationBroker
75 private static final ConnectedRS NO_CONNECTED_RS = new ConnectedRS(
84 private ConnectedRS(String replicationServer) method in class:ReplicationBroker.ConnectedRS
91 private ConnectedRS(ReplicationServerInfo rsInfo, Session session) method in class:ReplicationBroker.ConnectedRS
100 private static ConnectedRS stopped()
102 return new ConnectedRS("stopped");
105 private static ConnectedRS noConnectedRS()
173 * Always use {@link #setConnectedRS(ConnectedRS)} to set a new
177 private final AtomicReference<ConnectedRS> connectedR
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java69 private static final class ConnectedRS class in class:ReplicationBroker
72 private static final ConnectedRS NO_CONNECTED_RS = new ConnectedRS(
81 private ConnectedRS(String replicationServer) method in class:ReplicationBroker.ConnectedRS
88 private ConnectedRS(ReplicationServerInfo rsInfo, Session session) method in class:ReplicationBroker.ConnectedRS
97 private static ConnectedRS stopped()
99 return new ConnectedRS("stopped");
102 private static ConnectedRS noConnectedRS()
166 * Always use {@link #setConnectedRS(ConnectedRS)} to set a new
170 private final AtomicReference<ConnectedRS> connectedR
[all...]

Completed in 30 milliseconds