com.ibm.di.eventhandler.ldap
Class ModifyDNRequest

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

public class ModifyDNRequest
extends Request


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

ModifyDNRequest

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