com.ibm.di.eventhandler.ldap
Class AddRequest

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

public class AddRequest
extends Request


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

AddRequest

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