Class JDAPAbandonRequest

java.lang.Object
netscape.ldap.client.opers.JDAPAbandonRequest
All Implemented Interfaces:
JDAPProtocolOp

public class JDAPAbandonRequest extends Object implements JDAPProtocolOp
This class implements the abandon request. This object is sent to the ldap server. See RFC 1777.
 AbandonRequest ::= [APPLICATION 16] MessageID
 
Version:
1.0
  • Field Details

    • m_msgid

      protected int m_msgid
      Internal variables
  • Constructor Details

    • JDAPAbandonRequest

      public JDAPAbandonRequest(int msgid)
      Constructs abandon request.
      Parameters:
      msgid - message identifier
  • Method Details

    • getType

      public int getType()
      Retrieves the protocol operation type.
      Specified by:
      getType in interface JDAPProtocolOp
      Returns:
      protocol type
    • getBERElement

      public BERElement getBERElement()
      Gets the ber representation of abandon request.
      Specified by:
      getBERElement in interface JDAPProtocolOp
      Returns:
      ber representation of request
    • toString

      public String toString()
      Retrieves the string representation of abandon request.
      Specified by:
      toString in interface JDAPProtocolOp
      Overrides:
      toString in class Object
      Returns:
      string representation