Package com.ibm.di.eventhandler.ldap
Class ModifyRequest
- java.lang.Object
-
- com.ibm.di.eventhandler.ldap.Request
-
- com.ibm.di.eventhandler.ldap.ModifyRequest
-
public class ModifyRequest extends Request
-
-
Field Summary
-
Fields inherited from class com.ibm.di.eventhandler.ldap.Request
protocolOp
-
-
Constructor Summary
Constructors Constructor Description ModifyRequest(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
-
ModifyRequest
public ModifyRequest(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
-
-