Searched refs:DeleteContext (Results 1 - 25 of 27) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DDeleteContext.java35 public class DeleteContext extends OperationContext class in inherits:OperationContext
38 * Creates a new DeleteContext with the provided information.
43 public DeleteContext(ChangeNumber changeNumber, String entryUUID) method in class:DeleteContext
H A DDeleteMsg.java81 super(new DeleteContext(changeNumber, entryUUID), dn);
126 DeleteContext ctx = new DeleteContext(getChangeNumber(), getEntryUUID());
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DDeleteContext.java34 public class DeleteContext extends OperationContext class in inherits:OperationContext
37 * Creates a new DeleteContext with the provided information.
42 public DeleteContext(CSN csn, String entryUUID) method in class:DeleteContext
H A DDeleteMsg.java78 super(new DeleteContext(csn, entryUUID), dn);
118 DeleteContext ctx = new DeleteContext(getCSN(), getEntryUUID());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DDeleteContext.java35 public class DeleteContext extends OperationContext class in inherits:OperationContext
38 * Creates a new DeleteContext with the provided information.
43 public DeleteContext(ChangeNumber changeNumber, String entryUUID) method in class:DeleteContext
H A DDeleteMsg.java81 super(new DeleteContext(changeNumber, entryUUID), dn);
126 DeleteContext ctx = new DeleteContext(getChangeNumber(), getEntryUUID());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DDeleteContext.java35 public class DeleteContext extends OperationContext class in inherits:OperationContext
38 * Creates a new DeleteContext with the provided information.
43 public DeleteContext(ChangeNumber changeNumber, String entryUUID) method in class:DeleteContext
H A DDeleteMsg.java81 super(new DeleteContext(changeNumber, entryUUID), dn);
126 DeleteContext ctx = new DeleteContext(getChangeNumber(), getEntryUUID());
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DDeleteContext.java34 public class DeleteContext extends OperationContext class in inherits:OperationContext
37 * Creates a new DeleteContext with the provided information.
42 public DeleteContext(CSN csn, String entryUUID) method in class:DeleteContext
H A DDeleteMsg.java78 super(new DeleteContext(csn, entryUUID), dn);
118 DeleteContext ctx = new DeleteContext(getCSN(), getEntryUUID());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DDeleteContext.java34 public class DeleteContext extends OperationContext class in inherits:OperationContext
37 * Creates a new DeleteContext with the provided information.
42 public DeleteContext(CSN csn, String entryUUID) method in class:DeleteContext
H A DDeleteMsg.java78 super(new DeleteContext(csn, entryUUID), dn);
118 DeleteContext ctx = new DeleteContext(getCSN(), getEntryUUID());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DUpdateComparatorTest.java41 import org.opends.server.replication.protocol.DeleteContext;
84 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn1, "uniqueid 1"));
86 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn2, "uniqueid 2"));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DUpdateComparatorTest.java41 import org.opends.server.replication.protocol.DeleteContext;
84 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn1, "uniqueid 1"));
86 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn2, "uniqueid 2"));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DUpdateComparatorTest.java41 import org.opends.server.replication.protocol.DeleteContext;
84 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn1, "uniqueid 1"));
86 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn2, "uniqueid 2"));
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1771 DeleteContext ctx =
1772 (DeleteContext) deleteOperation.getAttachment(SYNCHROCONTEXT);
1807 ctx = new DeleteContext(changeNumber, modifiedEntryUUID);
2986 DeleteContext ctx = (DeleteContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1568 DeleteContext ctx =
1569 (DeleteContext) deleteOperation.getAttachment(SYNCHROCONTEXT);
1603 ctx = new DeleteContext(csn, modifiedEntryUUID);
2709 DeleteContext ctx = (DeleteContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1792 DeleteContext ctx =
1793 (DeleteContext) deleteOperation.getAttachment(SYNCHROCONTEXT);
1828 ctx = new DeleteContext(changeNumber, modifiedEntryUUID);
3007 DeleteContext ctx = (DeleteContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1771 DeleteContext ctx =
1772 (DeleteContext) deleteOperation.getAttachment(SYNCHROCONTEXT);
1807 ctx = new DeleteContext(changeNumber, modifiedEntryUUID);
2986 DeleteContext ctx = (DeleteContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1568 DeleteContext ctx =
1569 (DeleteContext) deleteOperation.getAttachment(SYNCHROCONTEXT);
1603 ctx = new DeleteContext(csn, modifiedEntryUUID);
2709 DeleteContext ctx = (DeleteContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1546 DeleteContext ctx =
1547 (DeleteContext) deleteOperation.getAttachment(SYNCHROCONTEXT);
1581 ctx = new DeleteContext(csn, modifiedEntryUUID);
2663 DeleteContext ctx = (DeleteContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java350 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
776 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
1700 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java350 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
776 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
1700 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java350 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
776 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
1700 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(cn, "uniqueid"));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java293 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(csn, "uniqueid"));
1358 op.setAttachment(SYNCHROCONTEXT, new DeleteContext(csn, "uniqueid"));

Completed in 208 milliseconds

12