Uses of Class
org.forgerock.opendj.ldap.messages.AbandonRequest
Packages that use AbandonRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of AbandonRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type AbandonRequestModifier and TypeMethodDescriptionvoid
LdapWriter.writeAbandonRequest
(int messageID, AbandonRequest request) Writes the provided abandon request. -
Uses of AbandonRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type AbandonRequestModifier and TypeMethodDescriptionAbstractConnectionWrapper.abandonAsync
(AbandonRequest request) Abandons the unfinished operation identified in the provided abandon request.AbstractSynchronousConnection.abandonAsync
(AbandonRequest request) Abandon operations are not supported because operations are performed synchronously and the ID of the request to be abandoned cannot be determined.Connection.abandonAsync
(AbandonRequest request) Abandons the unfinished operation identified in the provided abandon request. -
Uses of AbandonRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return AbandonRequestModifier and TypeMethodDescriptionstatic AbandonRequest
Requests.copyOfAbandonRequest
(AbandonRequest request) Creates a new abandon request that is an exact copy of the provided request.protected AbandonRequest
AbandonRequest.getThis()
static AbandonRequest
Requests.newAbandonRequest
(int requestID) Creates a new abandon request using the provided message ID.AbandonRequest.setRequestId
(int id) Sets the request ID of the request to be abandoned.Methods in org.forgerock.opendj.ldap.messages with parameters of type AbandonRequestModifier and TypeMethodDescriptionstatic AbandonRequest
Requests.copyOfAbandonRequest
(AbandonRequest request) Creates a new abandon request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest
(P p, AbandonRequest request) RequestVisitor.visitRequest
(P p, AbandonRequest request) Visits anAbandon
request. -
Uses of AbandonRequest in org.opends.server.core
Methods in org.opends.server.core that return AbandonRequestConstructors in org.opends.server.core with parameters of type AbandonRequestModifierConstructorDescriptionAbandonOperation
(RequestContext context, LocalBackend<?> backend, AbandonRequest request, Consumer<ResponseStream> out) Creates a new abandon operation. -
Uses of AbandonRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type AbandonRequestModifier and TypeMethodDescriptionvoid
AccessLogPublisher.logAbandonRequest
(RequestContext context, AbandonRequest request) Writes a message to the access logger with information about the provided abandon request.void
TextAccessLogPublisher.logAbandonRequest
(RequestContext context, AbandonRequest request) void
AccessLogPublisher.logAbandonResult
(RequestContext context, AbandonRequest request, Result result) Writes a message to the access logger with information about the provided result.void
TextAccessLogPublisher.logAbandonResult
(RequestContext context, AbandonRequest request, Result result)