|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
org.apache.directory.shared.ldap.message.IntermediateResponseImpl
public class IntermediateResponseImpl
IntermediateResponse implementation
Field Summary | |
---|---|
protected java.lang.String |
oid
ResponseName for the intermediate response |
protected byte[] |
value
Response Value for the intermediate response |
Fields inherited from interface org.apache.directory.shared.ldap.message.internal.InternalIntermediateResponse |
---|
TYPE |
Constructor Summary | |
---|---|
IntermediateResponseImpl(int id)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks to see if an object equals this IntemediateResponse. |
java.lang.String |
getResponseName()
Gets the OID uniquely identifying this Intemediate response (a.k.a. |
byte[] |
getResponseValue()
Gets the reponseName specific encoded |
void |
setResponseName(java.lang.String oid)
Sets the OID uniquely identifying this Intemediate response (a.k.a. |
void |
setResponseValue(byte[] value)
Sets the response value |
Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse |
---|
getLdapResult, toString |
Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage |
---|
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage |
---|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove |
Field Detail |
---|
protected java.lang.String oid
protected byte[] value
Constructor Detail |
---|
public IntermediateResponseImpl(int id)
Method Detail |
---|
public byte[] getResponseValue()
getResponseValue
in interface InternalIntermediateResponse
public void setResponseValue(byte[] value)
setResponseValue
in interface InternalIntermediateResponse
value
- the response value.public java.lang.String getResponseName()
getResponseName
in interface InternalIntermediateResponse
public void setResponseName(java.lang.String oid)
setResponseName
in interface InternalIntermediateResponse
oid
- the OID of the Intemediate response type.public boolean equals(java.lang.Object obj)
equals
in class InternalAbstractResultResponse
obj
- the object to be checked for equality
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |