Class TextFormattedAccessLogMessage

java.lang.Object
com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedAccessLogMessage
All Implemented Interfaces:
AccessLogMessage, LogMessage, Serializable
Direct Known Subclasses:
TextFormattedClientCertificateAccessLogMessage, TextFormattedConnectAccessLogMessage, TextFormattedDisconnectAccessLogMessage, TextFormattedEntryRebalancingRequestAccessLogMessage, TextFormattedRequestAccessLogMessage, TextFormattedSecurityNegotiationAccessLogMessage

This class provides a data structure that holds information about a text-formatted access log message.
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

  • Method Details

    • getProductName

      Retrieves the server product name for this access log message.
      Specified by:
      getProductName in interface AccessLogMessage
      Returns:
      The server product name for this access log message, or null if it is not included in the log message.
    • getInstanceName

      Retrieves the Directory Server instance name for this access log message.
      Specified by:
      getInstanceName in interface AccessLogMessage
      Returns:
      The Directory Server instance name for this access log message, or null if it is not included in the log message.
    • getStartupID

      @Nullable public final String getStartupID()
      Retrieves the Directory Server startup ID for this access log message.
      Specified by:
      getStartupID in interface AccessLogMessage
      Returns:
      The Directory Server startup ID for this access log message, or null if it is not included in the log message.
    • getThreadID

      @Nullable public final Long getThreadID()
      Retrieves the thread ID for the server thread that generated this access log message.
      Specified by:
      getThreadID in interface AccessLogMessage
      Returns:
      The Directory Server thread ID for this access log message, or null if it is not included in the log message.
    • getConnectionID

      @Nullable public final Long getConnectionID()
      Retrieves the connection ID for the connection with which this access log message is associated.
      Specified by:
      getConnectionID in interface AccessLogMessage
      Returns:
      The connection ID for the connection with which this access log message is associated, or null if it is not included in the log message.