org.apache.directory.ldap.client.api.message
Class ExtendedRequest

java.lang.Object
  extended by org.apache.directory.ldap.client.api.message.AbstractMessage
      extended by org.apache.directory.ldap.client.api.message.AbstractRequest
          extended by org.apache.directory.ldap.client.api.message.ExtendedRequest
All Implemented Interfaces:
AbandonableRequest, Message, Request, RequestWithResponse

public class ExtendedRequest
extends AbstractRequest
implements RequestWithResponse, AbandonableRequest

Class for representing client's extended operation request.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
ExtendedRequest(org.apache.directory.shared.asn1.primitives.OID oid)
           
ExtendedRequest(java.lang.String oid)
           
 
Method Summary
 org.apache.directory.shared.asn1.primitives.OID getOid()
           
 byte[] getValue()
           
 void setValue(byte[] value)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractRequest
getTimeout, setTimeout
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Request
getTimeout, setTimeout
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 

Constructor Detail

ExtendedRequest

public ExtendedRequest(java.lang.String oid)

ExtendedRequest

public ExtendedRequest(org.apache.directory.shared.asn1.primitives.OID oid)
Method Detail

getValue

public byte[] getValue()

setValue

public void setValue(java.lang.String value)

setValue

public void setValue(byte[] value)

getOid

public org.apache.directory.shared.asn1.primitives.OID getOid()


Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.