Searched refs:shouldCreate (Results 1 - 4 of 4) sorted by relevance
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ |
| H A D | PersistentCompressedSchema.java | 146 private void load(WriteableTransaction txn, boolean shouldCreate) argument 149 txn.openTree(adTreeName, shouldCreate); 150 txn.openTree(ocTreeName, shouldCreate);
|
| H A D | EntryContainer.java | 448 boolean shouldCreate = accessMode.isWriteable(); 455 id2entry.open(txn, shouldCreate); 456 id2childrenCount.open(txn, shouldCreate); 457 dn2id.open(txn, shouldCreate); 458 state.open(txn, shouldCreate); 459 dn2uri.open(txn, shouldCreate); 466 index.open(txn, shouldCreate); 479 vlvIndex.open(txn, shouldCreate);
|
| /forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/impl/queue/ |
| H A D | TaskDispatcherTest.java | 91 public void shouldCreate() throws Exception { method in class:TaskDispatcherTest
|
| /forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/impl/queue/ |
| H A D | TaskDispatcherTest.java | 138 public void shouldCreate() throws Exception { method in class:TaskDispatcherTest
|
Completed in 55 milliseconds