|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.LDAPMessage
netscape.ldap.LDAPResponse
Represents the response to a particular LDAP operation.
Field Summary |
---|
Fields inherited from class netscape.ldap.LDAPMessage |
---|
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Returns any error message in the response. |
java.lang.String |
getMatchedDN()
Returns the partially matched DN field, if any, in a server response. |
java.lang.String[] |
getReferrals()
Returns all referrals, if any, in a server response. |
int |
getResultCode()
Returns the result code in a server response. |
Methods inherited from class netscape.ldap.LDAPMessage |
---|
getControls, getMessageID, getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getErrorMessage()
null
if no message was set).public java.lang.String getMatchedDN()
null
.public java.lang.String[] getReferrals()
null
.public int getResultCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |