|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int BIND_REQUEST
public static final int BIND_RESPONSE
public static final int UNBIND_REQUEST
public static final int SEARCH_REQUEST
public static final int SEARCH_RESPONSE
public static final int SEARCH_RESULT
public static final int MODIFY_REQUEST
public static final int MODIFY_RESPONSE
public static final int ADD_REQUEST
public static final int ADD_RESPONSE
public static final int DEL_REQUEST
public static final int DEL_RESPONSE
public static final int MODIFY_RDN_REQUEST
public static final int MODIFY_RDN_RESPONSE
public static final int COMPARE_REQUEST
public static final int COMPARE_RESPONSE
public static final int ABANDON_REQUEST
public static final int SEARCH_RESULT_REFERENCE
public static final int EXTENDED_REQUEST
public static final int EXTENDED_RESPONSE
Method Detail |
public int getType()
public BERElement getBERElement()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |