Class OperationAccessLogMessage

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OperationRequestAccessLogMessage

This class provides a data structure that holds information about a log message that may appear in the Directory Server access log about an operation processed by the server.
NOTE: This class, and other classes within the com.unboundid.ldap.sdk.unboundidds package structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.
See Also:
  • Constructor Details

    • OperationAccessLogMessage

      Creates a new operation access log message from the provided log message.
      Parameters:
      m - The log message to be parsed as an operation access log message.
  • Method Details

    • getOperationID

      @Nullable public final Long getOperationID()
      Retrieves the operation ID for the associated operation.
      Returns:
      The operation ID for the associated operation, or null if it is not included in the log message.
    • getTriggeredByConnectionID

      Retrieves the connection ID for the connection that triggered the associated operation. This is generally used for internal operations that are processed as a direct result of an externally-requested operation.
      Returns:
      The connection ID for the connection that triggered the associated operation, or null if it is not included in the log message.
    • getTriggeredByOperationID

      Retrieves the operation ID for the operation that triggered the associated operation. This is generally used for internal operations that are processed as a direct result of an externally-requested operation.
      Returns:
      The operation ID for the operation that triggered the associated operation, or null if it is not included in the log message.
    • getMessageID

      @Nullable public final Integer getMessageID()
      Retrieves the message ID for the associated operation.
      Returns:
      The message ID for the associated operation, or null if it is not included in the log message.
    • getOrigin

      @Nullable public final String getOrigin()
      Retrieves the origin of the associated operation. If present, it may be "synchronization" if the operation is replicated, or "internal" if it is an internal operation.
      Returns:
      The origin for the associated operation, or null if it is not included in the log message.
    • getOperationType

      Retrieves the operation type for the associated operation.
      Returns:
      The operation type for this access log message.