mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/core/ExtendedOperation.java
@@ -26,9 +26,8 @@
 */
package org.opends.server.core;
import org.opends.server.protocols.asn1.ASN1OctetString;
import org.opends.server.types.Operation;
import org.opends.server.types.ByteString;
/**
@@ -56,7 +55,7 @@
   * @return  The value for the request associated with this extended
   *          operation.
   */
  public ASN1OctetString getRequestValue();
  public ByteString getRequestValue();
@@ -84,7 +83,7 @@
   *
   * @return  The value to include in the response to the client.
   */
  public ASN1OctetString getResponseValue();
  public ByteString getResponseValue();
@@ -94,7 +93,7 @@
   * @param  responseValue  The value to include in the response to
   *                        the client.
   */
  public void setResponseValue(ASN1OctetString responseValue);
  public void setResponseValue(ByteString responseValue);
  /**
   * Indicates that the response for this extended operation has been sent from