Searched defs:operation (Results 1 - 25 of 964) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A Dpackage-info.java34 * times during the operation processing (e.g., what methods are
35 * available for pre-parse versus pre-operation versus post-operation
40 * implemented only by the core Directory Server operation types.
44 package org.opends.server.types.operation;
H A DPostOperationAbandonOperation.java27 package org.opends.server.types.operation;
33 * post-operation plugins for abandon operations. Note that this
46 * Retrieves the message ID of the operation that should be
49 * @return The message ID of the operation that should be
H A DPostOperationUnbindOperation.java27 package org.opends.server.types.operation;
33 * post-operation plugins for unbind operations. Note that this
H A DPreParseAbandonOperation.java27 package org.opends.server.types.operation;
46 * Retrieves the message ID of the operation that should be
49 * @return The message ID of the operation that should be
H A DPreParseUnbindOperation.java27 package org.opends.server.types.operation;
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A Dpackage-info.java33 * times during the operation processing (e.g., what methods are
34 * available for pre-parse versus pre-operation versus post-operation
39 * implemented only by the core Directory Server operation types.
43 package org.opends.server.types.operation;
H A DPostOperationAbandonOperation.java26 package org.opends.server.types.operation;
32 * post-operation plugins for abandon operations. Note that this
45 * Retrieves the message ID of the operation that should be
48 * @return The message ID of the operation that should be
H A DPostOperationUnbindOperation.java26 package org.opends.server.types.operation;
32 * post-operation plugins for unbind operations. Note that this
H A DPreParseAbandonOperation.java26 package org.opends.server.types.operation;
45 * Retrieves the message ID of the operation that should be
48 * @return The message ID of the operation that should be
H A DPreParseUnbindOperation.java26 package org.opends.server.types.operation;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A Dpackage-info.java34 * times during the operation processing (e.g., what methods are
35 * available for pre-parse versus pre-operation versus post-operation
40 * implemented only by the core Directory Server operation types.
44 package org.opends.server.types.operation;
H A DPostOperationAbandonOperation.java27 package org.opends.server.types.operation;
33 * post-operation plugins for abandon operations. Note that this
46 * Retrieves the message ID of the operation that should be
49 * @return The message ID of the operation that should be
H A DPostOperationUnbindOperation.java27 package org.opends.server.types.operation;
33 * post-operation plugins for unbind operations. Note that this
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A Dpackage-info.java34 * times during the operation processing (e.g., what methods are
35 * available for pre-parse versus pre-operation versus post-operation
40 * implemented only by the core Directory Server operation types.
44 package org.opends.server.types.operation;
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A Dpackage-info.java33 * times during the operation processing (e.g., what methods are
34 * available for pre-parse versus pre-operation versus post-operation
39 * implemented only by the core Directory Server operation types.
43 package org.opends.server.types.operation;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A Dpackage-info.java33 * times during the operation processing (e.g., what methods are
34 * available for pre-parse versus pre-operation versus post-operation
39 * implemented only by the core Directory Server operation types.
43 package org.opends.server.types.operation;
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DQueueingStrategy.java41 * @param operation Operation to put in the queue.
45 public void enqueueRequest(Operation operation) throws DirectoryException; argument
H A DSynchronousStrategy.java35 * This class implements the "synchronous" strategy, that is the operation
43 * @param operation Operation to run.
48 public void enqueueRequest(Operation operation) throws DirectoryException { argument
49 operation.run();
50 operation.operationCompleted();
H A DWorkQueueStrategy.java42 * @param operation Operation to put in the work queue.
47 public void enqueueRequest(Operation operation) throws DirectoryException { argument
48 DirectoryServer.enqueueRequest(operation);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DQueueingStrategy.java40 * @param operation Operation to put in the queue.
44 public void enqueueRequest(Operation operation) throws DirectoryException; argument
H A DSynchronousStrategy.java34 * This class implements the "synchronous" strategy, that is the operation
42 * @param operation Operation to run.
47 public void enqueueRequest(Operation operation) throws DirectoryException { argument
48 operation.run();
49 operation.operationCompleted();
H A DWorkQueueStrategy.java41 * @param operation Operation to put in the work queue.
46 public void enqueueRequest(Operation operation) throws DirectoryException { argument
47 DirectoryServer.enqueueRequest(operation);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DQueueingStrategy.java41 * @param operation Operation to put in the queue.
45 public void enqueueRequest(Operation operation) throws DirectoryException; argument
H A DSynchronousStrategy.java35 * This class implements the "synchronous" strategy, that is the operation
43 * @param operation Operation to run.
48 public void enqueueRequest(Operation operation) throws DirectoryException { argument
49 operation.run();
50 operation.operationCompleted();
H A DWorkQueueStrategy.java42 * @param operation Operation to put in the work queue.
47 public void enqueueRequest(Operation operation) throws DirectoryException { argument
48 DirectoryServer.enqueueRequest(operation);

Completed in 135 milliseconds

1234567891011>>