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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java46 public class DeleteMsg extends LDAPUpdateMsg class in inherits:LDAPUpdateMsg
58 public DeleteMsg(PostOperationDeleteOperation operation) method in class:DeleteMsg
79 public DeleteMsg(String dn, ChangeNumber changeNumber, String entryUUID) method in class:DeleteMsg
88 * @throws DataFormatException The input byte[] is not a valid DeleteMsg
91 public DeleteMsg(byte[] in) throws DataFormatException, method in class:DeleteMsg
255 return "DeleteMsg content: " +
264 return "DeleteMsg content: " +
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java44 public class DeleteMsg extends LDAPUpdateMsg class in inherits:LDAPUpdateMsg
56 DeleteMsg(PostOperationDeleteOperation operation) method in class:DeleteMsg
76 public DeleteMsg(DN dn, CSN csn, String entryUUID) method in class:DeleteMsg
85 * @throws DataFormatException The input byte[] is not a valid DeleteMsg
87 DeleteMsg(byte[] in) throws DataFormatException method in class:DeleteMsg
178 return "DeleteMsg content: " +
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java46 public class DeleteMsg extends LDAPUpdateMsg class in inherits:LDAPUpdateMsg
58 public DeleteMsg(PostOperationDeleteOperation operation) method in class:DeleteMsg
79 public DeleteMsg(String dn, ChangeNumber changeNumber, String entryUUID) method in class:DeleteMsg
88 * @throws DataFormatException The input byte[] is not a valid DeleteMsg
91 public DeleteMsg(byte[] in) throws DataFormatException, method in class:DeleteMsg
255 return "DeleteMsg content: " +
264 return "DeleteMsg content: " +
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java46 public class DeleteMsg extends LDAPUpdateMsg class in inherits:LDAPUpdateMsg
58 public DeleteMsg(PostOperationDeleteOperation operation) method in class:DeleteMsg
79 public DeleteMsg(String dn, ChangeNumber changeNumber, String entryUUID) method in class:DeleteMsg
88 * @throws DataFormatException The input byte[] is not a valid DeleteMsg
91 public DeleteMsg(byte[] in) throws DataFormatException, method in class:DeleteMsg
255 return "DeleteMsg content: " +
264 return "DeleteMsg content: " +
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java44 public class DeleteMsg extends LDAPUpdateMsg class in inherits:LDAPUpdateMsg
56 DeleteMsg(PostOperationDeleteOperation operation) method in class:DeleteMsg
76 public DeleteMsg(DN dn, CSN csn, String entryUUID) method in class:DeleteMsg
85 * @throws DataFormatException The input byte[] is not a valid DeleteMsg
87 DeleteMsg(byte[] in) throws DataFormatException method in class:DeleteMsg
178 return "DeleteMsg content: " +
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DDeleteMsg.java44 public class DeleteMsg extends LDAPUpdateMsg class in inherits:LDAPUpdateMsg
56 DeleteMsg(PostOperationDeleteOperation operation) method in class:DeleteMsg
76 public DeleteMsg(DN dn, CSN csn, String entryUUID) method in class:DeleteMsg
85 * @throws DataFormatException The input byte[] is not a valid DeleteMsg
87 DeleteMsg(byte[] in) throws DataFormatException method in class:DeleteMsg
178 return "DeleteMsg content: " +

Completed in 54 milliseconds