com.ibm.di.eventhandler.ldap
Class CompareRequest

java.lang.Object
  extended by com.ibm.di.eventhandler.ldap.Request
      extended by com.ibm.di.eventhandler.ldap.CompareRequest

public class CompareRequest
extends Request


Field Summary
 
Fields inherited from class com.ibm.di.eventhandler.ldap.Request
protocolOp
 
Constructor Summary
CompareRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
 
Method Summary
 String getCommandString()
           
 int getResponseOp()
           
 
Methods inherited from class com.ibm.di.eventhandler.ldap.Request
getProtocolOp, isBinary, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareRequest

public CompareRequest(ByteBuffer buffer,
                      Entry entry,
                      String charset,
                      Vector binattrs)
               throws Exception
Throws:
Exception
Method Detail

getCommandString

public String getCommandString()
Specified by:
getCommandString in class Request

getResponseOp

public int getResponseOp()
Specified by:
getResponseOp in class Request