public interface JDAPProtocolOp
Modifier and Type | Field and Description |
---|---|
static int |
ABANDON_REQUEST |
static int |
ADD_REQUEST |
static int |
ADD_RESPONSE |
static int |
BIND_REQUEST
Protocol operation types
|
static int |
BIND_RESPONSE |
static int |
COMPARE_REQUEST |
static int |
COMPARE_RESPONSE |
static int |
DEL_REQUEST |
static int |
DEL_RESPONSE |
static int |
EXTENDED_REQUEST |
static int |
EXTENDED_RESPONSE |
static int |
MODIFY_RDN_REQUEST |
static int |
MODIFY_RDN_RESPONSE |
static int |
MODIFY_REQUEST |
static int |
MODIFY_RESPONSE |
static int |
SEARCH_REQUEST |
static int |
SEARCH_RESPONSE |
static int |
SEARCH_RESULT |
static int |
SEARCH_RESULT_REFERENCE |
static int |
UNBIND_REQUEST |
Modifier and Type | Method and Description |
---|---|
BERElement |
getBERElement()
Retrieves the ber representation of the operation.
|
int |
getType()
Retrieves the protocol operation type.
|
java.lang.String |
toString()
Retrieves the string representation of the operation.
|
static final int BIND_REQUEST
static final int BIND_RESPONSE
static final int UNBIND_REQUEST
static final int SEARCH_REQUEST
static final int SEARCH_RESPONSE
static final int SEARCH_RESULT
static final int MODIFY_REQUEST
static final int MODIFY_RESPONSE
static final int ADD_REQUEST
static final int ADD_RESPONSE
static final int DEL_REQUEST
static final int DEL_RESPONSE
static final int MODIFY_RDN_REQUEST
static final int MODIFY_RDN_RESPONSE
static final int COMPARE_REQUEST
static final int COMPARE_RESPONSE
static final int ABANDON_REQUEST
static final int SEARCH_RESULT_REFERENCE
static final int EXTENDED_REQUEST
static final int EXTENDED_RESPONSE
int getType()
BERElement getBERElement()
java.lang.String toString()
toString
in class java.lang.Object