com.ibm.di.eventhandler.ldap
Class DeleteRequest

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

public class DeleteRequest
extends Request


Field Summary
 
Fields inherited from class com.ibm.di.eventhandler.ldap.Request
protocolOp
 
Constructor Summary
DeleteRequest(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

DeleteRequest

public DeleteRequest(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