|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDAPProtocolOp
This is the base interface for all protocol operation that is embedded in a JDAPMessage (LDAP Message in RCF1777). Each protocol operation must implement this interface.
RFC1777
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
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
Method Detail |
---|
int getType()
BERElement getBERElement()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |