Package com.ibm.di.eventhandler.ldap
Class CompareRequest
- java.lang.Object
-
- com.ibm.di.eventhandler.ldap.Request
-
- com.ibm.di.eventhandler.ldap.CompareRequest
-
public class CompareRequest extends Request
-
-
Field Summary
-
Fields inherited from class com.ibm.di.eventhandler.ldap.Request
protocolOp
-
-
Constructor Summary
Constructors Constructor Description CompareRequest(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.StringgetCommandString()intgetResponseOp()-
Methods inherited from class com.ibm.di.eventhandler.ldap.Request
getProtocolOp, isBinary, log
-
-
-
-
Constructor Detail
-
CompareRequest
public CompareRequest(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:
getCommandStringin classRequest
-
getResponseOp
public int getResponseOp()
- Specified by:
getResponseOpin classRequest
-
-