Package com.ibm.di.eventhandler.ldap
Class AddRequest
- java.lang.Object
-
- com.ibm.di.eventhandler.ldap.Request
-
- 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
Constructors Constructor Description AddRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandString()
int
getResponseOp()
-
Methods inherited from class com.ibm.di.eventhandler.ldap.Request
getProtocolOp, isBinary, log
-
-
-
-
Constructor Detail
-
AddRequest
public AddRequest(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 classRequest
-
getResponseOp
public int getResponseOp()
- Specified by:
getResponseOp
in classRequest
-
-