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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java70 * @param inReplServerStartMsg The start msg provided by the remote server.
75 ReplServerStartMsg inReplServerStartMsg)
80 short protocolVersion = getCompatibleVersion(inReplServerStartMsg
83 generationId = inReplServerStartMsg.getGenerationId();
84 serverId = inReplServerStartMsg.getServerId();
85 serverURL = inReplServerStartMsg.getServerURL();
90 setServiceIdAndDomain(inReplServerStartMsg.getBaseDn(), false);
91 setInitialServerState(inReplServerStartMsg.getServerState());
92 setSendWindowSize(inReplServerStartMsg.getWindowSize());
97 this.groupId = inReplServerStartMsg
74 processStartFromRemote( ReplServerStartMsg inReplServerStartMsg) argument
316 startFromRemoteRS(ReplServerStartMsg inReplServerStartMsg) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java68 * @param inReplServerStartMsg The start msg provided by the remote server.
73 ReplServerStartMsg inReplServerStartMsg)
78 short protocolVersion = getCompatibleVersion(inReplServerStartMsg
81 generationId = inReplServerStartMsg.getGenerationId();
82 serverId = inReplServerStartMsg.getServerId();
83 serverURL = inReplServerStartMsg.getServerURL();
85 setBaseDNAndDomain(inReplServerStartMsg.getBaseDN(), false);
86 setInitialServerState(inReplServerStartMsg.getServerState());
87 setSendWindowSize(inReplServerStartMsg.getWindowSize());
92 this.groupId = inReplServerStartMsg
72 processStartFromRemote( ReplServerStartMsg inReplServerStartMsg) argument
297 startFromRemoteRS(ReplServerStartMsg inReplServerStartMsg) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java70 * @param inReplServerStartMsg The start msg provided by the remote server.
75 ReplServerStartMsg inReplServerStartMsg)
80 short protocolVersion = getCompatibleVersion(inReplServerStartMsg
83 generationId = inReplServerStartMsg.getGenerationId();
84 serverId = inReplServerStartMsg.getServerId();
85 serverURL = inReplServerStartMsg.getServerURL();
90 setServiceIdAndDomain(inReplServerStartMsg.getBaseDn(), false);
91 setInitialServerState(inReplServerStartMsg.getServerState());
92 setSendWindowSize(inReplServerStartMsg.getWindowSize());
97 this.groupId = inReplServerStartMsg
74 processStartFromRemote( ReplServerStartMsg inReplServerStartMsg) argument
316 startFromRemoteRS(ReplServerStartMsg inReplServerStartMsg) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java70 * @param inReplServerStartMsg The start msg provided by the remote server.
75 ReplServerStartMsg inReplServerStartMsg)
80 short protocolVersion = getCompatibleVersion(inReplServerStartMsg
83 generationId = inReplServerStartMsg.getGenerationId();
84 serverId = inReplServerStartMsg.getServerId();
85 serverURL = inReplServerStartMsg.getServerURL();
90 setServiceIdAndDomain(inReplServerStartMsg.getBaseDn(), false);
91 setInitialServerState(inReplServerStartMsg.getServerState());
92 setSendWindowSize(inReplServerStartMsg.getWindowSize());
97 this.groupId = inReplServerStartMsg
74 processStartFromRemote( ReplServerStartMsg inReplServerStartMsg) argument
316 startFromRemoteRS(ReplServerStartMsg inReplServerStartMsg) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java68 * @param inReplServerStartMsg The start msg provided by the remote server.
73 ReplServerStartMsg inReplServerStartMsg)
78 short protocolVersion = getCompatibleVersion(inReplServerStartMsg
81 generationId = inReplServerStartMsg.getGenerationId();
82 serverId = inReplServerStartMsg.getServerId();
83 serverURL = inReplServerStartMsg.getServerURL();
85 setBaseDNAndDomain(inReplServerStartMsg.getBaseDN(), false);
86 setInitialServerState(inReplServerStartMsg.getServerState());
87 setSendWindowSize(inReplServerStartMsg.getWindowSize());
92 this.groupId = inReplServerStartMsg
72 processStartFromRemote( ReplServerStartMsg inReplServerStartMsg) argument
297 startFromRemoteRS(ReplServerStartMsg inReplServerStartMsg) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServerHandler.java66 * @param inReplServerStartMsg The start msg provided by the remote server.
71 ReplServerStartMsg inReplServerStartMsg)
76 short protocolVersion = getCompatibleVersion(inReplServerStartMsg
79 generationId = inReplServerStartMsg.getGenerationId();
80 serverId = inReplServerStartMsg.getServerId();
81 serverURL = inReplServerStartMsg.getServerURL();
83 setBaseDNAndDomain(inReplServerStartMsg.getBaseDN(), false);
84 setInitialServerState(inReplServerStartMsg.getServerState());
85 setSendWindowSize(inReplServerStartMsg.getWindowSize());
90 this.groupId = inReplServerStartMsg
70 processStartFromRemote( ReplServerStartMsg inReplServerStartMsg) argument
285 startFromRemoteRS(ReplServerStartMsg inReplServerStartMsg) argument
[all...]

Completed in 66 milliseconds