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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java40 public class PendingChange implements Comparable<PendingChange> class in inherits:Comparable
50 * Construct a new PendingChange.
55 public PendingChange(ChangeNumber changeNumber, method in class:PendingChange
84 * Get the ChangeNumber associated to this PendingChange.
93 * Get the message associated to this PendingChange.
103 * Set the message associated to the PendingChange.
112 * Get the operation associated to the PendingChange.
121 * Set the operation associated to this PendingChange.
122 * @param op The operation associated to this PendingChange
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java39 class PendingChange implements Comparable<PendingChange> class in inherits:Comparable
48 * Construct a new PendingChange.
53 PendingChange(CSN csn, PluginOperation op, UpdateMsg msg) method in class:PendingChange
80 * Get the CSN associated to this PendingChange.
89 * Get the message associated to this PendingChange.
99 * Get the LDAPUpdateMsg associated to this PendingChange.
114 * Set the message associated to the PendingChange.
123 * Get the operation associated to the PendingChange.
132 * Add the given CSN to the list of dependencies of this PendingChange
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java40 public class PendingChange implements Comparable<PendingChange> class in inherits:Comparable
50 * Construct a new PendingChange.
55 public PendingChange(ChangeNumber changeNumber, method in class:PendingChange
84 * Get the ChangeNumber associated to this PendingChange.
93 * Get the message associated to this PendingChange.
103 * Set the message associated to the PendingChange.
112 * Get the operation associated to the PendingChange.
121 * Set the operation associated to this PendingChange.
122 * @param op The operation associated to this PendingChange
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java40 public class PendingChange implements Comparable<PendingChange> class in inherits:Comparable
50 * Construct a new PendingChange.
55 public PendingChange(ChangeNumber changeNumber, method in class:PendingChange
84 * Get the ChangeNumber associated to this PendingChange.
93 * Get the message associated to this PendingChange.
103 * Set the message associated to the PendingChange.
112 * Get the operation associated to the PendingChange.
121 * Set the operation associated to this PendingChange.
122 * @param op The operation associated to this PendingChange
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java39 class PendingChange implements Comparable<PendingChange> class in inherits:Comparable
48 * Construct a new PendingChange.
53 PendingChange(CSN csn, PluginOperation op, UpdateMsg msg) method in class:PendingChange
80 * Get the CSN associated to this PendingChange.
89 * Get the message associated to this PendingChange.
99 * Get the LDAPUpdateMsg associated to this PendingChange.
114 * Set the message associated to the PendingChange.
123 * Get the operation associated to the PendingChange.
132 * Add the given CSN to the list of dependencies of this PendingChange
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DPendingChange.java39 class PendingChange implements Comparable<PendingChange> class in inherits:Comparable
48 * Construct a new PendingChange.
53 PendingChange(CSN csn, PluginOperation op, UpdateMsg msg) method in class:PendingChange
80 * Get the CSN associated to this PendingChange.
89 * Get the message associated to this PendingChange.
99 * Get the LDAPUpdateMsg associated to this PendingChange.
114 * Set the message associated to the PendingChange.
123 * Get the operation associated to the PendingChange.
132 * Add the given CSN to the list of dependencies of this PendingChange
[all...]

Completed in 21 milliseconds