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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java537 ReplServerStartDSMsg replServerStartDSMsg = (ReplServerStartDSMsg) msg;
538 return new ReplicationServerInfo(replServerStartDSMsg);
572 * @param replServerStartDSMsg
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg) argument
577 this.protocolVersion = replServerStartDSMsg.getVersion();
578 this.generationId = replServerStartDSMsg.getGenerationId();
579 this.groupId = replServerStartDSMsg.getGroupId();
580 this.serverId = replServerStartDSMsg.getServerId();
581 this.serverURL = replServerStartDSMsg.getServerURL();
582 this.baseDn = replServerStartDSMsg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java537 ReplServerStartDSMsg replServerStartDSMsg = (ReplServerStartDSMsg) msg;
538 return new ReplicationServerInfo(replServerStartDSMsg);
572 * @param replServerStartDSMsg
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg) argument
577 this.protocolVersion = replServerStartDSMsg.getVersion();
578 this.generationId = replServerStartDSMsg.getGenerationId();
579 this.groupId = replServerStartDSMsg.getGroupId();
580 this.serverId = replServerStartDSMsg.getServerId();
581 this.serverURL = replServerStartDSMsg.getServerURL();
582 this.baseDn = replServerStartDSMsg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java537 ReplServerStartDSMsg replServerStartDSMsg = (ReplServerStartDSMsg) msg;
538 return new ReplicationServerInfo(replServerStartDSMsg);
572 * @param replServerStartDSMsg
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg) argument
577 this.protocolVersion = replServerStartDSMsg.getVersion();
578 this.generationId = replServerStartDSMsg.getGenerationId();
579 this.groupId = replServerStartDSMsg.getGroupId();
580 this.serverId = replServerStartDSMsg.getServerId();
581 this.serverURL = replServerStartDSMsg.getServerURL();
582 this.baseDn = replServerStartDSMsg
[all...]

Completed in 30 milliseconds