Searched defs:add (Results 51 - 75 of 349) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java18 * add the following below this CDDL HEADER, with the fields enclosed
110 * @param update The UpdateMsg to add to this MessageQueue.
112 public void add(UpdateMsg update) method in class:MsgQueue
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionMonitor.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
60 public void add() { method in class:ConnectionMonitor
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DOperationStore.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
63 void add(CTSOperation operation) { method in class:OperationStore
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/reaper/
H A DReaperMonitor.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
34 public void add(final long startTime, final long runTime, final long numberOfDeletedSessions) { method in class:ReaperMonitor
35 reaperRuns.add(new ReaperRun(startTime, runTime, numberOfDeletedSessions));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java16 * If applicable, add the following below this CDDL HEADER, with the
53 public void add(BackupDescriptor backup) method in class:BackupTableModel
55 backups.add(backup);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashSet.java20 * If applicable, add the following below the CDDL Header,
87 public boolean add(T o) { method in class:CaseInsensitiveHashSet
91 retval = super.add((T) ciKey);
93 retval = super.add(o);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DOrderedSet.java20 * If applicable, add the following below the CDDL Header,
40 * data is stored in the order input. It overwrites add, iterator and size
52 public boolean add(Object o) { method in class:OrderedSet
54 list.add(o);
88 boolean c = add(it.next());
/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/
H A DAuditLogFilterBuilder.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
60 AuditLogFilterBuilder add(String configPath, JsonValueObjectConverter<AuditLogFilter> filterFactory) { method in class:AuditLogFilterBuilder
99 filters.add(builder.apply(filterConfig));
185 // this path matches all "nodes" under 'value' - add all children who continue to match the subsequent path
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java84 public boolean add(Object newObj) { method in class:IdentityHashSet
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashSet.java20 * If applicable, add the following below the CDDL Header,
87 public boolean add(T o) { method in class:CaseInsensitiveHashSet
91 retval = super.add((T) ciKey);
93 retval = super.add(o);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DOrderedSet.java20 * If applicable, add the following below the CDDL Header,
40 * data is stored in the order input. It overwrites add, iterator and size
52 public boolean add(Object o) { method in class:OrderedSet
54 list.add(o);
88 boolean c = add(it.next());
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionMonitor.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
60 public void add() { method in class:ConnectionMonitor
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DOperationStore.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
63 void add(CTSOperation operation) { method in class:OperationStore
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/reaper/
H A DReaperMonitor.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
34 public void add(final long startTime, final long runTime, final long numberOfDeletedSessions) { method in class:ReaperMonitor
35 reaperRuns.add(new ReaperRun(startTime, runTime, numberOfDeletedSessions));
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DLongs.java18 * add the following below this CDDL HEADER, with the fields enclosed
177 public boolean add(long v) method in class:Longs
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java16 * If applicable, add the following below this CDDL HEADER, with the
40 * of calls to the add/remove methods and a single call to notify that
94 public void add(T value) method in class:SortableListModel
96 data.add(value);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java18 * add the following below this CDDL HEADER, with the fields enclosed
41 * of calls to the add/remove methods and a single call to notify that
95 public void add(T value) method in class:SortableListModel
97 data.add(value);
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java16 * If applicable, add the following below this CDDL HEADER, with the
113 * @param update The UpdateMsg to add to this MessageQueue.
115 public void add(UpdateMsg update) method in class:MsgQueue
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DLongs.java18 * add the following below this CDDL HEADER, with the fields enclosed
177 public boolean add(long v) method in class:Longs

Completed in 95 milliseconds

1234567891011>>