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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java40 public class ServerStartMsg extends StartMsg class in inherits:StartMsg
65 * Creates a new ServerStartMsg. This message is to be sent by an LDAP
69 * @param serverId2 The serverId of the server for which the ServerStartMsg
81 public ServerStartMsg(int serverId2, String serverURL, String baseDn, method in class:ServerStartMsg
103 * Creates a new ServerStartMsg from its encoded form.
106 * ServerStartMsg.
108 * encoded form of the ServerStartMsg.
110 public ServerStartMsg(byte[] in) throws DataFormatException method in class:ServerStartMsg
392 return "ServerStartMsg content: " +
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java39 public class ServerStartMsg extends StartMsg class in inherits:StartMsg
65 * Creates a new ServerStartMsg. This message is to be sent by an LDAP
69 * @param serverId2 The serverId of the server for which the ServerStartMsg
81 public ServerStartMsg(int serverId2, String serverURL, DN baseDN, method in class:ServerStartMsg
103 * Creates a new ServerStartMsg from its encoded form.
106 * ServerStartMsg.
108 * encoded form of the ServerStartMsg.
110 ServerStartMsg(byte[] in) throws DataFormatException method in class:ServerStartMsg
260 return "ServerStartMsg content: " +
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java40 public class ServerStartMsg extends StartMsg class in inherits:StartMsg
65 * Creates a new ServerStartMsg. This message is to be sent by an LDAP
69 * @param serverId2 The serverId of the server for which the ServerStartMsg
81 public ServerStartMsg(int serverId2, String serverURL, String baseDn, method in class:ServerStartMsg
103 * Creates a new ServerStartMsg from its encoded form.
106 * ServerStartMsg.
108 * encoded form of the ServerStartMsg.
110 public ServerStartMsg(byte[] in) throws DataFormatException method in class:ServerStartMsg
392 return "ServerStartMsg content: " +
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java40 public class ServerStartMsg extends StartMsg class in inherits:StartMsg
65 * Creates a new ServerStartMsg. This message is to be sent by an LDAP
69 * @param serverId2 The serverId of the server for which the ServerStartMsg
81 public ServerStartMsg(int serverId2, String serverURL, String baseDn, method in class:ServerStartMsg
103 * Creates a new ServerStartMsg from its encoded form.
106 * ServerStartMsg.
108 * encoded form of the ServerStartMsg.
110 public ServerStartMsg(byte[] in) throws DataFormatException method in class:ServerStartMsg
392 return "ServerStartMsg content: " +
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java39 public class ServerStartMsg extends StartMsg class in inherits:StartMsg
65 * Creates a new ServerStartMsg. This message is to be sent by an LDAP
69 * @param serverId2 The serverId of the server for which the ServerStartMsg
81 public ServerStartMsg(int serverId2, String serverURL, DN baseDN, method in class:ServerStartMsg
103 * Creates a new ServerStartMsg from its encoded form.
106 * ServerStartMsg.
108 * encoded form of the ServerStartMsg.
110 ServerStartMsg(byte[] in) throws DataFormatException method in class:ServerStartMsg
260 return "ServerStartMsg content: " +
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DServerStartMsg.java39 public class ServerStartMsg extends StartMsg class in inherits:StartMsg
65 * Creates a new ServerStartMsg. This message is to be sent by an LDAP
69 * @param serverId2 The serverId of the server for which the ServerStartMsg
81 public ServerStartMsg(int serverId2, String serverURL, DN baseDN, method in class:ServerStartMsg
103 * Creates a new ServerStartMsg from its encoded form.
106 * ServerStartMsg.
108 * encoded form of the ServerStartMsg.
110 ServerStartMsg(byte[] in) throws DataFormatException method in class:ServerStartMsg
260 return "ServerStartMsg content: " +

Completed in 33 milliseconds