|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.ldap.LDAPMessage
com.novell.ldap.LDAPResponse
com.novell.ldap.LDAPIntermediateResponse
com.novell.ldap.events.edir.EdirEventIntermediateResponse
This class represents the LdapIntermediateResponse Message returned by Edirectory during Event Notification.
The EdirEventIntermediateResponse uses the following OID:
2.16.840.1.113719.1.27.100.81
The responseValue has the following format:
responseValue ::=
SEQUENCE {
EventType INTEGER,
ResultCode INTEGER,
EventData OCTET STRING OPTIONAL
}
| Field Summary |
| Fields inherited from class com.novell.ldap.LDAPMessage |
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, INTERMEDIATE_RESPONSE, message, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST |
| Constructor Summary | |
EdirEventIntermediateResponse(byte[] message)
The constructor for this object which accepts bytes and convert into a message. |
|
EdirEventIntermediateResponse(com.novell.ldap.rfc2251.RfcLDAPMessage message)
Default Constructor using a RFCLDAPMessage. |
|
| Method Summary | |
int |
getEventResult()
Returns the event Result Code. |
int |
getEventtype()
Returns the event type for this response. |
EventResponseData |
getResponsedata()
Returns the response data associated with this event. |
java.lang.String |
toString()
Returns the String Representation of this Object. |
| Methods inherited from class com.novell.ldap.LDAPIntermediateResponse |
getID, getRegisteredResponses, getValue, register |
| Methods inherited from class com.novell.ldap.LDAPResponse |
chkResultCode, getControls, getErrorMessage, getMatchedDN, getMessageID, getReferrals, getResultCode, getType, setDeserializedValues |
| Methods inherited from class com.novell.ldap.LDAPMessage |
getTag, isRequest, readDSML, readExternal, setTag, writeDSML, writeExternal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EdirEventIntermediateResponse(com.novell.ldap.rfc2251.RfcLDAPMessage message)
throws LDAPException
message - RFCLDAPMessage Object for constructing this message.
LDAPException - When the decoding of the message fails, it
results in an LDAPException.
public EdirEventIntermediateResponse(byte[] message)
throws java.lang.Exception
message - bytes of data.
java.lang.Exception - When the message creation fails.| Method Detail |
public int getEventResult()
public int getEventtype()
public EventResponseData getResponsedata()
public java.lang.String toString()
toString in class LDAPMessage
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||