Interface PreOperationExtendedOperation

    • Method Detail

      • getRequestOID

        String getRequestOID()
        Retrieves the OID for the request associated with this extended operation.
        Returns:
        The OID for the request associated with this extended operation.
      • getRequestValue

        ByteString getRequestValue()
        Retrieves the value for the request associated with this extended operation.
        Returns:
        The value for the request associated with this extended operation.
      • setResponseOID

        void setResponseOID​(String responseOID)
        Specifies the OID to include in the response to the client.
        Parameters:
        responseOID - The OID to include in the response to the client.
      • setResponseValue

        void setResponseValue​(ByteString responseValue)
        Specifies the value to include in the response to the client.
        Parameters:
        responseValue - The value to include in the response to the client.