Class AbandonOperation


  • public class AbandonOperation
    extends Object
    Executes an ldap abandon operation.
    • Field Detail

      • logger

        protected final Logger logger
        Logger for this class.
      • connection

        private final Connection connection
        Connection to perform operation.
    • Constructor Detail

      • AbandonOperation

        public AbandonOperation​(Connection conn)
        Creates a new abandon operation.
        Parameters:
        conn - connection
    • Method Detail

      • execute

        public void execute​(int messageId)
                     throws LdapException
        Execute this ldap operation.
        Parameters:
        messageId - of the operation to abandon
        Throws:
        LdapException - if the operation fails
      • execute

        public void execute​(int messageId,
                            RequestControl[] controls)
                     throws LdapException
        Execute this ldap operation.
        Parameters:
        messageId - of the operation to abandon
        controls - request controls
        Throws:
        LdapException - if the operation fails