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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java60 public abstract class LDAPUpdateMsg extends UpdateMsg class in inherits:UpdateMsg
73 * Encoded form of the LDAPUpdateMsg.
85 protected LDAPUpdateMsg() method in class:LDAPUpdateMsg
97 public LDAPUpdateMsg(OperationContext ctx, String dn) method in class:LDAPUpdateMsg
115 public LDAPUpdateMsg(ChangeNumber cn, String entryUUID, String dn) method in class:LDAPUpdateMsg
129 public static LDAPUpdateMsg generateMsg(PostOperationOperation op)
131 LDAPUpdateMsg msg = null;
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java48 public abstract class LDAPUpdateMsg extends UpdateMsg class in inherits:UpdateMsg
61 * Encoded form of the LDAPUpdateMsg.
73 protected LDAPUpdateMsg() method in class:LDAPUpdateMsg
85 LDAPUpdateMsg(OperationContext ctx, DN dn) method in class:LDAPUpdateMsg
103 LDAPUpdateMsg(CSN csn, String entryUUID, DN dn) method in class:LDAPUpdateMsg
117 public static LDAPUpdateMsg generateMsg(PostOperationOperation op)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java60 public abstract class LDAPUpdateMsg extends UpdateMsg class in inherits:UpdateMsg
73 * Encoded form of the LDAPUpdateMsg.
85 protected LDAPUpdateMsg() method in class:LDAPUpdateMsg
97 public LDAPUpdateMsg(OperationContext ctx, String dn) method in class:LDAPUpdateMsg
115 public LDAPUpdateMsg(ChangeNumber cn, String entryUUID, String dn) method in class:LDAPUpdateMsg
129 public static LDAPUpdateMsg generateMsg(PostOperationOperation op)
131 LDAPUpdateMsg msg = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java60 public abstract class LDAPUpdateMsg extends UpdateMsg class in inherits:UpdateMsg
73 * Encoded form of the LDAPUpdateMsg.
85 protected LDAPUpdateMsg() method in class:LDAPUpdateMsg
97 public LDAPUpdateMsg(OperationContext ctx, String dn) method in class:LDAPUpdateMsg
115 public LDAPUpdateMsg(ChangeNumber cn, String entryUUID, String dn) method in class:LDAPUpdateMsg
129 public static LDAPUpdateMsg generateMsg(PostOperationOperation op)
131 LDAPUpdateMsg msg = null;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java48 public abstract class LDAPUpdateMsg extends UpdateMsg class in inherits:UpdateMsg
61 * Encoded form of the LDAPUpdateMsg.
73 protected LDAPUpdateMsg() method in class:LDAPUpdateMsg
85 LDAPUpdateMsg(OperationContext ctx, DN dn) method in class:LDAPUpdateMsg
103 LDAPUpdateMsg(CSN csn, String entryUUID, DN dn) method in class:LDAPUpdateMsg
117 public static LDAPUpdateMsg generateMsg(PostOperationOperation op)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java52 public abstract class LDAPUpdateMsg extends UpdateMsg class in inherits:UpdateMsg
65 * Encoded form of the LDAPUpdateMsg.
77 protected LDAPUpdateMsg() method in class:LDAPUpdateMsg
89 LDAPUpdateMsg(OperationContext ctx, DN dn) method in class:LDAPUpdateMsg
107 LDAPUpdateMsg(CSN csn, String entryUUID, DN dn) method in class:LDAPUpdateMsg
121 public static LDAPUpdateMsg generateMsg(PostOperationOperation op)

Completed in 26 milliseconds