Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbandonOperationBasis
This class defines an operation that may be used to abandon an operation
that may already be in progress in the Directory Server.
|
class |
AbandonOperationWrapper
This abstract class wraps/decorates a given abandon operation.
|
Constructor and Description |
---|
AbandonOperationWrapper(AbandonOperation abandon)
Creates a new abandon operation wrapper based on the provided abandon
operation.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logAbandonRequest(AbandonOperation abandonOperation)
Writes a message to the access logger with information about the
abandon request associated with the provided abandon operation.
|
void |
TextAccessLogPublisher.logAbandonRequest(AbandonOperation abandonOperation) |
static void |
AccessLogger.logAbandonRequest(AbandonOperation abandonOperation)
Writes a message to the access logger with information about the abandon
request associated with the provided abandon operation.
|
void |
AccessLogPublisher.logAbandonResult(AbandonOperation abandonOperation)
Writes a message to the access logger with information about the
result of the provided abandon operation.
|
void |
TextAccessLogPublisher.logAbandonResult(AbandonOperation abandonOperation) |
static void |
AccessLogger.logAbandonResult(AbandonOperation abandonOperation)
Writes a message to the access logger with information about the result of
the provided abandon operation.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.