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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1517 * @param firstConnection True if we run this method for the very first
1521 * connected to. Only used when firstConnection is false.
1531 * one). Null can only be returned when firstConnection is false.
1534 boolean firstConnection, int rsServerId, ServerState myState,
1591 if (firstConnection)
1533 computeBestReplicationServer( boolean firstConnection, int rsServerId, ServerState myState, Map<Integer, ReplicationServerInfo> rsInfos, int localServerId, byte groupId, long generationId) argument
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1452 * @param firstConnection True if we run this method for the very first
1456 * connected to. Only used when firstConnection is false.
1466 * one). Null can only be returned when firstConnection is false.
1469 boolean firstConnection, int rsServerId, ServerState myState,
1523 if (firstConnection)
1468 computeBestReplicationServer( boolean firstConnection, int rsServerId, ServerState myState, Map<Integer, ReplicationServerInfo> rsInfos, int localServerId, byte groupId, long generationId) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1713 * @param firstConnection True if we run this method for the very first
1717 * connected to. Only used when firstConnection is false.
1727 * one). Null can only be returned when firstConnection is false.
1730 boolean firstConnection, int rsServerId, ServerState myState,
1784 if (firstConnection)
1729 computeBestReplicationServer( boolean firstConnection, int rsServerId, ServerState myState, Map<Integer, ReplicationServerInfo> rsInfos, int localServerId, byte groupId, long generationId) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1517 * @param firstConnection True if we run this method for the very first
1521 * connected to. Only used when firstConnection is false.
1531 * one). Null can only be returned when firstConnection is false.
1534 boolean firstConnection, int rsServerId, ServerState myState,
1591 if (firstConnection)
1533 computeBestReplicationServer( boolean firstConnection, int rsServerId, ServerState myState, Map<Integer, ReplicationServerInfo> rsInfos, int localServerId, byte groupId, long generationId) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1452 * @param firstConnection True if we run this method for the very first
1456 * connected to. Only used when firstConnection is false.
1466 * one). Null can only be returned when firstConnection is false.
1469 boolean firstConnection, int rsServerId, ServerState myState,
1523 if (firstConnection)
1468 computeBestReplicationServer( boolean firstConnection, int rsServerId, ServerState myState, Map<Integer, ReplicationServerInfo> rsInfos, int localServerId, byte groupId, long generationId) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java1428 * @param firstConnection True if we run this method for the very first
1432 * connected to. Only used when firstConnection is false.
1442 * one). Null can only be returned when firstConnection is false.
1445 boolean firstConnection, int rsServerId, ServerState myState,
1499 if (firstConnection)
1444 computeBestReplicationServer( boolean firstConnection, int rsServerId, ServerState myState, Map<Integer, ReplicationServerInfo> rsInfos, int localServerId, byte groupId, long generationId) argument

Completed in 71 milliseconds