Class DraftChuLDAPLogSchema00AbandonEntry

All Implemented Interfaces:
LDIFRecord, Serializable

This class represents an entry that holds information about an abandon operation processed by an LDAP server, as per the specification described in draft-chu-ldap-logschema-00.
See Also:
  • Field Details

  • Constructor Details

    • DraftChuLDAPLogSchema00AbandonEntry

      Creates a new instance of this abandon access log entry from the provided entry.
      Parameters:
      entry - The entry used to create this abandon access log entry.
      Throws:
      LDAPException - If the provided entry cannot be decoded as a valid abandon access log entry as per the specification contained in draft-chu-ldap-logschema-00.
  • Method Details

    • getIDToAbandon

      public int getIDToAbandon()
      Retrieves the target message ID (i.e., the message ID of the operation to abandon) for the abandon request described by this abandon access log entry.
      Returns:
      The target message ID for the abandon request described by this abandon access log entry.