Searched refs:duplicate (Results 26 - 50 of 288) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java157 Schema schema = DirectoryServer.getSchema().duplicate();
214 Schema schema = DirectoryServer.getSchema().duplicate();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigEntry.java229 * only be performed on a duplicate of a configuration entry and never on a
432 * Creates a duplicate of this configuration entry that should be used when
433 * making changes to this entry. Changes should only be made to the duplicate
439 * @return A duplicate of this configuration entry that should be used when
442 public ConfigEntry duplicate() method in class:ConfigEntry
444 return new ConfigEntry(entry.duplicate(false), parent);
H A DReadOnlyConfigAttribute.java458 return duplicate();
607 * Creates a duplicate of this configuration attribute.
609 * @return A duplicate of this configuration attribute.
611 public ConfigAttribute duplicate() method in class:ReadOnlyConfigAttribute
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java156 Schema schema = DirectoryServer.getSchema().duplicate();
213 Schema schema = DirectoryServer.getSchema().duplicate();
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigEntry.java218 * only be performed on a duplicate of a configuration entry and never on a
421 * Creates a duplicate of this configuration entry that should be used when
422 * making changes to this entry. Changes should only be made to the duplicate
428 * @return A duplicate of this configuration entry that should be used when
431 public ConfigEntry duplicate() method in class:ConfigEntry
433 return new ConfigEntry(entry.duplicate(false), parent);
H A DReadOnlyConfigAttribute.java457 return duplicate();
606 * Creates a duplicate of this configuration attribute.
608 * @return A duplicate of this configuration attribute.
610 public ConfigAttribute duplicate() method in class:ReadOnlyConfigAttribute
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java156 Schema schema = DirectoryServer.getSchema().duplicate();
213 Schema schema = DirectoryServer.getSchema().duplicate();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DLDIFBackend.java617 entryMap.put(entryDN, entry.duplicate(false));
626 entryMap.put(entryDN, entry.duplicate(false));
844 entryMap.put(entryDN, newEntry.duplicate(false));
936 entryMap.put(newDN, entry.duplicate(false));
943 entryMap.put(newDN, entry.duplicate(false));
986 Entry newEntry = oldEntry.duplicate(false);
1049 baseEntry = baseEntry.duplicate(true);
1066 e = e.duplicate(true);
1274 // a duplicate is encountered, then log a message and continue.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigEntry.java214 * only be performed on a duplicate of a configuration entry and never on a
405 * Creates a duplicate of this configuration entry that should be used when
406 * making changes to this entry. Changes should only be made to the duplicate
412 * @return A duplicate of this configuration entry that should be used when
415 public ConfigEntry duplicate() method in class:ConfigEntry
417 return new ConfigEntry(entry.duplicate(false), parent);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DAddSchemaFileTask.java148 Schema schema = DirectoryServer.getSchema().duplicate();
183 Schema schema = DirectoryServer.getSchema().duplicate();
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DLDIFBackend.java537 entryMap.put(entryDN, entry.duplicate(false));
546 entryMap.put(entryDN, entry.duplicate(false));
751 entryMap.put(entryDN, newEntry.duplicate(false));
837 entryMap.put(newDN, entry.duplicate(false));
881 Entry newEntry = oldEntry.duplicate(false);
940 baseEntry = baseEntry.duplicate(true);
957 e = e.duplicate(true);
1131 // a duplicate is encountered, then log a message and continue.
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DLDIFBackend.java537 entryMap.put(entryDN, entry.duplicate(false));
546 entryMap.put(entryDN, entry.duplicate(false));
751 entryMap.put(entryDN, newEntry.duplicate(false));
837 entryMap.put(newDN, entry.duplicate(false));
881 Entry newEntry = oldEntry.duplicate(false);
940 baseEntry = baseEntry.duplicate(true);
957 e = e.duplicate(true);
1131 // a duplicate is encountered, then log a message and continue.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DLDIFBackend.java534 entryMap.put(entryDN, entry.duplicate(false));
543 entryMap.put(entryDN, entry.duplicate(false));
738 entryMap.put(entryDN, newEntry.duplicate(false));
820 entryMap.put(newDN, entry.duplicate(false));
864 Entry newEntry = oldEntry.duplicate(false);
922 baseEntry = baseEntry.duplicate(true);
939 e = e.duplicate(true);
1108 // a duplicate is encountered, then log a message and continue.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/task/
H A DTaskScheduler.java1407 return taskRootEntry.duplicate(true);
1421 return scheduledTaskParentEntry.duplicate(true);
1435 return recurringTaskParentEntry.duplicate(true);
1573 return taskEntry.duplicate(true);
1618 Entry e = t.getTaskEntry().duplicate(true);
1720 return recurringTaskEntry.duplicate(true);
1765 Entry e = rt.getRecurringTaskEntry().duplicate(true);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java131 list.put(serviceId,serverState.duplicate());
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DInvokableMethod.java319 methodArguments[i] = arguments[i].duplicate();
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DServerState.java353 * Make a duplicate of this state.
354 * @return The duplicate of this state.
356 public ServerState duplicate() method in class:ServerState
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java117 // Check duplicate
118 AttrHistoricalMultiple attrInfo4 = attrInfo3.duplicate();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java114 // Check duplicate
115 AttrHistoricalMultiple attrInfo4 = attrInfo3.duplicate();
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java501 * Creates a duplicate of this {@code AuthenticationInfo} object
511 * @return The duplicate of this {@code AuthenticationInfo} object
515 public AuthenticationInfo duplicate(Entry newAuthenticationEntry, method in class:AuthenticationInfo
H A DInvokableMethod.java318 methodArguments[i] = arguments[i].duplicate();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java131 list.put(serviceId,serverState.duplicate());
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java502 * Creates a duplicate of this {@code AuthenticationInfo} object
512 * @return The duplicate of this {@code AuthenticationInfo} object
516 public AuthenticationInfo duplicate(Entry newAuthenticationEntry, method in class:AuthenticationInfo
H A DInvokableMethod.java319 methodArguments[i] = arguments[i].duplicate();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java117 // Check duplicate
118 AttrHistoricalMultiple attrInfo4 = attrInfo3.duplicate();

Completed in 148 milliseconds

1234567891011>>