Searched refs:update (Results 276 - 300 of 786) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java83 * for replaying the update on the local repository.
86 * This allows to process the update asynchronously if necessary.
217 * {@link #config} because of its update model.
242 * The Thread waiting for incoming update messages for this domain and pushing
243 * them to the global incoming update message queue for later processing by
436 * given order. Then update domain for being compliant with new status
481 // Signal RS we just entered the full update status
729 * Receives an update message from the replicationServer.
736 UpdateMsg update = null;
738 while (update
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDN2URI.java199 private void update(final WriteableTransaction txn, final DN dn, final Collection<String> labeledURIs) method in class:DN2URI
203 txn.update(getName(), key, new UpdateFunction()
258 txn.update(getName(), key, new UpdateFunction()
326 update(txn, entryDN, toStrings(a));
349 update(txn, entryDN, toStrings(a));
373 * A transaction used for the update, or null if none is
402 update(txn, entry.getName(), labeledURIs);
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java245 // Test update()
256 requester.update(location, resourceId, payload, mockServerContext);
269 requester.update(location, resourceId, payload, mockServerContext);
282 requester.update(location, resourceId, payload, mockServerContext);
295 requester.update(location, resourceId, payload, mockServerContext);
308 requester.update(location, resourceId, payload, mockServerContext);
332 JsonValue actualResult = requester.update(location, resourceId, payload, mockServerContext);
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java240 // Test update()
251 requester.update(location, resourceId, payload, mockServerContext);
264 requester.update(location, resourceId, payload, mockServerContext);
277 requester.update(location, resourceId, payload, mockServerContext);
290 requester.update(location, resourceId, payload, mockServerContext);
303 requester.update(location, resourceId, payload, mockServerContext);
327 JsonValue actualResult = requester.update(location, resourceId, payload, mockServerContext);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DServicesService.js100 update (type, data) {
196 update (serviceType, subSchemaType, subSchemaInstance, subSubSchemaType, data) {
267 update (serviceType, subSchemaType, subSchemaInstance, data) {
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMessageHandler.java58 * When an update message is received by a domain, the domain forwards
97 * Number of update sent to the server.
137 * @param queueSize The maximum number of update that will be kept
157 * Add an update to the list of updates that must be sent to the server
160 * @param update The update that must be added to the list of updates of
162 * @param sourceHandler The source handler that generated the update.
164 public void add(UpdateMsg update, MessageHandler sourceHandler) argument
175 msgQueue.add(update);
220 * @return the count of update receive
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java58 * When an update message is received by a domain, the domain forwards
97 * Number of update sent to the server.
137 * @param queueSize The maximum number of update that will be kept
157 * Add an update to the list of updates that must be sent to the server
160 * @param update The update that must be added to the list of updates of
162 * @param sourceHandler The source handler that generated the update.
164 public void add(UpdateMsg update, MessageHandler sourceHandler) argument
175 msgQueue.add(update);
220 * @return the count of update receive
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSunMd5Crypt.java254 // update with the (hopefully entropic) plaintext
255 ctx.update(plaintext);
256 // update with the (publically known) salt and compute the digest
264 // update with the previous digest
265 ctx.update(digest);
307 ctx.update(constant_phrase);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java58 * When an update message is received by a domain, the domain forwards
97 * Number of update sent to the server.
137 * @param queueSize The maximum number of update that will be kept
157 * Add an update to the list of updates that must be sent to the server
160 * @param update The update that must be added to the list of updates of
162 * @param sourceHandler The source handler that generated the update.
164 public void add(UpdateMsg update, MessageHandler sourceHandler) argument
175 msgQueue.add(update);
220 * @return the count of update receive
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/secure/
H A DSecureLogHelperJSSImpl.java115 loggerSign.update(mac);
143 verifySign.update(mac);
163 md.update(encodedBytes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java114 update();
167 synchronized void update() { method in class:PluginSchemaImpl
227 asi.update(node);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java174 update(csn, new AttrValueHistorical(val, null, csn));
203 update(csn, new AttrValueHistorical(addedValue, csn, null));
206 private void update(CSN csn, AttrValueHistorical valInfo) method in class:AttrHistoricalMultiple
363 /* FIXME : we should update CSN */
443 // update historical information
516 * historicalvalueadded update historicalvalueadded else if
572 * don't update the historical information
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java113 update();
166 public synchronized void update() { method in class:PluginSchemaImpl
226 asi.update(node);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/
H A DCTSPersistentStoreImpl.java123 public void update(Token token) throws CoreTokenException { method in class:CTSPersistentStoreImpl
124 update(token, Options.defaultOptions());
128 public void update(Token token, Options options) throws CoreTokenException { method in class:CTSPersistentStoreImpl
143 debug("Token {0} queued for update", token.getTokenId());
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java47 * It is also used to update the ServerState at the appropriate time.
86 * Remove and return an update form the pending changes list.
88 * @param changeNumber The ChangeNumber of the update to remove.
98 * Returns the number of update currently in the list.
100 * @return The number of update currently in the list.
108 * Mark an update message as committed.
110 * @param changeNumber The ChangeNumber of the update message that must be
112 * @param msg The message associated to the update.
120 * Mark an update message as committed.
122 * @param changeNumber The ChangeNumber of the update messag
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java84 public void update(Graphics g) method in class:SplashScreen
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java85 public void update(Graphics g) method in class:SplashScreen
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DECLMultiDomainDBCursor.java124 * for the external changelog. The update message may be {@code null}.
156 cookie.update(pair.getFirst(), pair.getSecond().getCSN());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java47 * It is also used to update the ServerState at the appropriate time.
86 * Remove and return an update form the pending changes list.
88 * @param changeNumber The ChangeNumber of the update to remove.
98 * Returns the number of update currently in the list.
100 * @return The number of update currently in the list.
108 * Mark an update message as committed.
110 * @param changeNumber The ChangeNumber of the update message that must be
112 * @param msg The message associated to the update.
120 * Mark an update message as committed.
122 * @param changeNumber The ChangeNumber of the update messag
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java85 public void update(Graphics g) method in class:SplashScreen
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java47 * It is also used to update the ServerState at the appropriate time.
86 * Remove and return an update form the pending changes list.
88 * @param changeNumber The ChangeNumber of the update to remove.
98 * Returns the number of update currently in the list.
100 * @return The number of update currently in the list.
108 * Mark an update message as committed.
110 * @param changeNumber The ChangeNumber of the update message that must be
112 * @param msg The message associated to the update.
120 * Mark an update message as committed.
122 * @param changeNumber The ChangeNumber of the update messag
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java84 public void update(Graphics g) method in class:SplashScreen
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DECLMultiDomainDBCursor.java124 * for the external changelog. The update message may be {@code null}.
156 cookie.update(pair.getFirst(), pair.getSecond().getCSN());
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java85 public void update(Graphics g) method in class:SplashScreen
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPollerSender.java81 session.update(info);
91 debug.error("Exception encountered while update in polling",

Completed in 88 milliseconds

<<11121314151617181920>>