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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DRoutableMsg.java45 public static final int UNKNOWN_SERVER = -1; field in class:RoutableMsg
59 protected int destination = UNKNOWN_SERVER;
63 protected int senderID = UNKNOWN_SERVER;
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DRoutableMsg.java50 public static final int UNKNOWN_SERVER = -1; field in class:RoutableMsg
64 protected int destination = UNKNOWN_SERVER;
68 protected int senderID = UNKNOWN_SERVER;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DRoutableMsg.java51 public static final int UNKNOWN_SERVER = -1; field in class:RoutableMsg
65 protected int destination = UNKNOWN_SERVER;
69 protected int senderID = UNKNOWN_SERVER;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DRoutableMsg.java45 public static final int UNKNOWN_SERVER = -1; field in class:RoutableMsg
59 protected int destination = UNKNOWN_SERVER;
63 protected int senderID = UNKNOWN_SERVER;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DRoutableMsg.java50 public static final int UNKNOWN_SERVER = -1; field in class:RoutableMsg
64 protected int destination = UNKNOWN_SERVER;
68 protected int senderID = UNKNOWN_SERVER;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DRoutableMsg.java52 public static final int UNKNOWN_SERVER = -1; field in class:RoutableMsg
66 protected int destination = UNKNOWN_SERVER;
70 protected int senderID = UNKNOWN_SERVER;

Completed in 63 milliseconds