|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
org.apache.directory.shared.ldap.message.AbstractResultResponse
org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Lockable ExtendedResponse implementation
Field Summary | |
protected java.lang.String |
oid
Object identifier for the extended response |
protected byte[] |
value
Values encoded in the extended response payload |
Fields inherited from interface org.apache.directory.shared.ldap.message.ExtendedResponse |
TYPE |
Constructor Summary | |
ExtendedResponseImpl(int id)
Creates a Lockable ExtendedResponse as a reply to an ExtendedRequest. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Checks to see if an object equals this ExtendedRequest. |
byte[] |
getEncodedValue()
|
java.lang.String |
getID()
|
byte[] |
getResponse()
Gets the reponse OID specific encoded response values. |
java.lang.String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a. |
void |
setResponse(byte[] value)
Sets the reponse OID specific encoded response values. |
void |
setResponseName(java.lang.String oid)
Sets the OID uniquely identifying this extended response (a.k.a. |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractResultResponse |
getLdapResult, toString |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage |
add, get, getControls, getMessageId, getType, put, remove |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponse |
getLdapResult |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
add, get, getControls, getMessageId, getType, put, remove |
Field Detail |
protected java.lang.String oid
protected byte[] value
Constructor Detail |
public ExtendedResponseImpl(int id)
id
- the session unique message idMethod Detail |
public byte[] getResponse()
getResponse
in interface ExtendedResponse
public void setResponse(byte[] value)
setResponse
in interface ExtendedResponse
value
- the response specific encoded response values.public java.lang.String getResponseName()
getResponseName
in interface ExtendedResponse
public void setResponseName(java.lang.String oid)
setResponseName
in interface ExtendedResponse
oid
- the OID of the extended response type.public boolean equals(java.lang.Object obj)
equals
in class AbstractResultResponse
obj
- the object to be checked for equality
public java.lang.String getID()
getID
in interface javax.naming.ldap.ExtendedResponse
public byte[] getEncodedValue()
getEncodedValue
in interface javax.naming.ldap.ExtendedResponse
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |