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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java532 ReplServerStartMsg replServerStartMsg = (ReplServerStartMsg) msg;
533 return new ReplicationServerInfo(replServerStartMsg);
550 * @param replServerStartMsg
553 private ReplicationServerInfo(ReplServerStartMsg replServerStartMsg) argument
555 this.protocolVersion = replServerStartMsg.getVersion();
556 this.generationId = replServerStartMsg.getGenerationId();
557 this.groupId = replServerStartMsg.getGroupId();
558 this.serverId = replServerStartMsg.getServerId();
559 this.serverURL = replServerStartMsg.getServerURL();
560 this.baseDn = replServerStartMsg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java532 ReplServerStartMsg replServerStartMsg = (ReplServerStartMsg) msg;
533 return new ReplicationServerInfo(replServerStartMsg);
550 * @param replServerStartMsg
553 private ReplicationServerInfo(ReplServerStartMsg replServerStartMsg) argument
555 this.protocolVersion = replServerStartMsg.getVersion();
556 this.generationId = replServerStartMsg.getGenerationId();
557 this.groupId = replServerStartMsg.getGroupId();
558 this.serverId = replServerStartMsg.getServerId();
559 this.serverURL = replServerStartMsg.getServerURL();
560 this.baseDn = replServerStartMsg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java532 ReplServerStartMsg replServerStartMsg = (ReplServerStartMsg) msg;
533 return new ReplicationServerInfo(replServerStartMsg);
550 * @param replServerStartMsg
553 private ReplicationServerInfo(ReplServerStartMsg replServerStartMsg) argument
555 this.protocolVersion = replServerStartMsg.getVersion();
556 this.generationId = replServerStartMsg.getGenerationId();
557 this.groupId = replServerStartMsg.getGroupId();
558 this.serverId = replServerStartMsg.getServerId();
559 this.serverURL = replServerStartMsg.getServerURL();
560 this.baseDn = replServerStartMsg
[all...]

Completed in 50 milliseconds