Searched defs:add (Results 151 - 175 of 349) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDraftCNDbHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
136 public synchronized void add(int key, String value, String serviceID, method in class:DraftCNDbHandler
143 "In DraftCNDbhandler.add, added: "
458 attributes.add(Attributes.create("first-draft-changenumber",
460 attributes.add(Attributes.create("last-draft-changenumber",
462 attributes.add(Attributes.create("count",
H A DMessageHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
164 public void add(UpdateMsg update, MessageHandler sourceHandler) method in class:MessageHandler
175 msgQueue.add(update);
239 attributes.add(Attributes.create("handler", getMonitorInstanceName()));
240 attributes.add(
242 attributes.add(
245 attributes.add(
324 iteratorSortedSet.add(iterator);
337 // Hence it is necessary to remove and eventual add again an
347 lateQueue.add(iterato
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java16 * If applicable, add the following below this CDDL HEADER, with the
196 else if ((count + importIDSet.size()) > limit) //add together => undefined
215 * @param entryID The entry ID to add to an import ID set.
225 * @param l The long value to add to an import ID set.
245 add(l);
470 private boolean add(long v) method in class:ImportIDSet
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
197 else if ((count + importIDSet.size()) > limit) //add together => undefined
216 * @param entryID The entry ID to add to an import ID set.
226 * @param l The long value to add to an import ID set.
246 add(l);
471 private boolean add(long v) method in class:ImportIDSet
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java16 * If applicable, add the following below this CDDL HEADER, with the
149 void add(UpdateMsg update) method in class:MessageHandler
162 msgQueue.add(update);
236 attributes.add(create("handler", getMonitorInstanceName()));
237 attributes.add(create("queue-size", String.valueOf(msgQueue.count())));
238 attributes.add(create("queue-size-bytes", String.valueOf(msgQueue.bytesCount())));
239 attributes.add(create("following", String.valueOf(following)));
415 lateQueue.add(record);
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDB.java16 * If applicable, add the following below this CDDL HEADER, with the
158 * The update message to add.
160 * If an error occurs when trying to add the message.
162 void add(final UpdateMsg updateMsg) throws ChangelogException method in class:FileReplicaDB
287 attributes.add(Attributes.create(name, value));
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDB.java16 * If applicable, add the following below this CDDL HEADER, with the
138 public void add(UpdateMsg updateMsg) throws ChangelogException method in class:JEReplicaDB
312 attributes.add(Attributes.create(name, value));
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java16 * If applicable, add the following below this CDDL HEADER, with the
59 * This class defines an operation used to add an entry in a local backend
85 /** The set of object classes for the entry to add. */
88 /** The set of operational attributes for the entry to add. */
91 /** The set of user attributes for the entry to add. */
95 * Creates a new operation that may be used to add a new entry in a
98 * @param add The operation to enhance.
100 public LocalBackendAddOperation(AddOperation add) argument
102 super(add);
104 LocalBackendWorkflowElement.attachLocalOperation (add, thi
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
197 else if ((count + importIDSet.size()) > limit) //add together => undefined
216 * @param entryID The entry ID to add to an import ID set.
226 * @param l The long value to add to an import ID set.
246 add(l);
471 private boolean add(long v) method in class:ImportIDSet
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDbHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
71 // Adding an update synchronously add the update to this list.
85 // the threads calling add() method will be blocked if the size of
169 public void add(UpdateMsg update) method in class:DbHandler
190 msgQueue.add(update);
218 changes.add(msg);
527 attributes.add(Attributes.create("replicationServer-database",
529 attributes.add(Attributes.create("domain-name", baseDn));
533 attributes.add(Attributes.create("first-change", firstChange
540 attributes.add(Attribute
[all...]
H A DDraftCNDbHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
144 public synchronized void add(int key, String value, String serviceID, method in class:DraftCNDbHandler
152 "In DraftCNDbhandler.add, added: "
479 attributes.add(Attributes.create("first-draft-changenumber",
481 attributes.add(Attributes.create("last-draft-changenumber",
483 attributes.add(Attributes.create("count",
H A DMessageHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
164 public void add(UpdateMsg update, MessageHandler sourceHandler) method in class:MessageHandler
175 msgQueue.add(update);
239 attributes.add(Attributes.create("handler", getMonitorInstanceName()));
240 attributes.add(
242 attributes.add(
245 attributes.add(
324 iteratorSortedSet.add(iterator);
337 // Hence it is necessary to remove and eventual add again an
347 lateQueue.add(iterato
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDbHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
71 // Adding an update synchronously add the update to this list.
85 // the threads calling add() method will be blocked if the size of
171 public void add(UpdateMsg update) method in class:DbHandler
192 msgQueue.add(update);
220 changes.add(msg);
527 attributes.add(Attributes.create("replicationServer-database",
529 attributes.add(Attributes.create("domain-name", baseDn));
533 attributes.add(Attributes.create("first-change", firstChange
540 attributes.add(Attribute
[all...]
H A DDraftCNDbHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
136 public synchronized void add(int key, String value, String serviceID, method in class:DraftCNDbHandler
143 "In DraftCNDbhandler.add, added: "
458 attributes.add(Attributes.create("first-draft-changenumber",
460 attributes.add(Attributes.create("last-draft-changenumber",
462 attributes.add(Attributes.create("count",
H A DMessageHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
164 public void add(UpdateMsg update, MessageHandler sourceHandler) method in class:MessageHandler
175 msgQueue.add(update);
239 attributes.add(Attributes.create("handler", getMonitorInstanceName()));
240 attributes.add(
242 attributes.add(
245 attributes.add(
324 iteratorSortedSet.add(iterator);
337 // Hence it is necessary to remove and eventual add again an
347 lateQueue.add(iterato
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java16 * If applicable, add the following below this CDDL HEADER, with the
196 else if ((count + importIDSet.size()) > limit) //add together => undefined
215 * @param entryID The entry ID to add to an import ID set.
225 * @param l The long value to add to an import ID set.
245 add(l);
470 private boolean add(long v) method in class:ImportIDSet
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java16 * If applicable, add the following below this CDDL HEADER, with the
149 void add(UpdateMsg update) method in class:MessageHandler
162 msgQueue.add(update);
236 attributes.add(create("handler", getMonitorInstanceName()));
237 attributes.add(create("queue-size", String.valueOf(msgQueue.count())));
238 attributes.add(create("queue-size-bytes", String.valueOf(msgQueue.bytesCount())));
239 attributes.add(create("following", String.valueOf(following)));
415 lateQueue.add(record);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDB.java16 * If applicable, add the following below this CDDL HEADER, with the
158 * The update message to add.
160 * If an error occurs when trying to add the message.
162 void add(final UpdateMsg updateMsg) throws ChangelogException method in class:FileReplicaDB
287 attributes.add(Attributes.create(name, value));
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDB.java16 * If applicable, add the following below this CDDL HEADER, with the
138 public void add(UpdateMsg updateMsg) throws ChangelogException method in class:JEReplicaDB
312 attributes.add(Attributes.create(name, value));
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java16 * If applicable, add the following below this CDDL HEADER, with the
59 * This class defines an operation used to add an entry in a local backend
85 /** The set of object classes for the entry to add. */
88 /** The set of operational attributes for the entry to add. */
91 /** The set of user attributes for the entry to add. */
95 * Creates a new operation that may be used to add a new entry in a
98 * @param add The operation to enhance.
100 public LocalBackendAddOperation(AddOperation add) argument
102 super(add);
104 LocalBackendWorkflowElement.attachLocalOperation (add, thi
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
197 else if ((count + importIDSet.size()) > limit) //add together => undefined
216 * @param entryID The entry ID to add to an import ID set.
226 * @param l The long value to add to an import ID set.
246 add(l);
471 private boolean add(long v) method in class:ImportIDSet
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeManager.java20 * If applicable, add the following below the CDDL Header,
55 * Class to manage entitlement privileges: to add, remove, modify privilege
211 * @param privilege privilege to add.
215 public void add(Privilege privilege) throws EntitlementException { method in class:PrivilegeManager
261 result.add(privilege.getName());
294 results.add(privilege);
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DApplicationV1FilterTest.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
503 .add("a://b.c:d/e")
511 .add("b://c.d:e/f")
519 .add("c://d.e:f/g")
520 .add("d://e.f:g/h")
589 ResourceSet add(String value) { method in class:ApplicationV1FilterTest.ResourceSet
590 underlyingSet.add(value);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustDescriptor.java20 * If applicable, add the following below the CDDL Header,
512 public boolean add(String entityID, String protocol) throws COTException { method in class:CircleOfTrustDescriptor
523 boolean result = ret.add(entityID + COTConstants.DELIMITER
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMessageHandler.java16 * If applicable, add the following below this CDDL HEADER, with the
128 void add(UpdateMsg update) method in class:MessageHandler
141 msgQueue.add(update);
216 attributes.add(create("handler", getMonitorInstanceName()));
217 attributes.add(create("queue-size", String.valueOf(msgQueue.count())));
218 attributes.add(create("queue-size-bytes", String.valueOf(msgQueue.bytesCount())));
219 attributes.add(create("following", String.valueOf(following)));
379 lateQueue.add(cursor.getRecord());

Completed in 114 milliseconds

1234567891011>>