com.ibm.di.eventhandler.ldap
Class SearchRequest

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

public class SearchRequest
extends Request


Field Summary
 
Fields inherited from class com.ibm.di.eventhandler.ldap.Request
protocolOp
 
Constructor Summary
SearchRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
 
Method Summary
 java.lang.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

SearchRequest

public SearchRequest(java.nio.ByteBuffer buffer,
                     Entry entry,
                     java.lang.String charset,
                     java.util.Vector binattrs)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getCommandString

public java.lang.String getCommandString()
Specified by:
getCommandString in class Request

getResponseOp

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