|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.message.AbstractMessage
org.apache.directory.api.ldap.model.message.AbstractResponse
org.apache.directory.api.ldap.model.message.AbstractResultResponse
org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
public class IntermediateResponseImpl
IntermediateResponse implementation
| Field Summary | |
|---|---|
protected String |
responseName
ResponseName for the intermediate response |
protected byte[] |
responseValue
Response Value for the intermediate response |
| Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse |
|---|
ldapResult |
| Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage |
|---|
controls |
| Fields inherited from interface org.apache.directory.api.ldap.model.message.IntermediateResponse |
|---|
TYPE |
| Constructor Summary | |
|---|---|
IntermediateResponseImpl(int id)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Checks to see if an object equals this IntemediateResponse. |
String |
getResponseName()
Gets the OID uniquely identifying this Intermediate response (a.k.a. |
byte[] |
getResponseValue()
Gets the reponseName specific encoded |
int |
hashCode()
|
void |
setResponseName(String oid)
Sets the OID uniquely identifying this Intermediate response (a.k.a. |
void |
setResponseValue(byte[] value)
Sets the response value |
String |
toString()
Get a String representation of an IntermediateResponse |
| Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse |
|---|
getLdapResult |
| Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage |
|---|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
|---|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
| Field Detail |
|---|
protected String responseName
protected byte[] responseValue
| Constructor Detail |
|---|
public IntermediateResponseImpl(int id)
| Method Detail |
|---|
public byte[] getResponseValue()
getResponseValue in interface IntermediateResponsepublic void setResponseValue(byte[] value)
setResponseValue in interface IntermediateResponsevalue - the response value.public String getResponseName()
getResponseName in interface IntermediateResponsepublic void setResponseName(String oid)
setResponseName in interface IntermediateResponseoid - the OID of the Intermediate response type.public int hashCode()
hashCode in class AbstractResultResponseObject.hashCode()public boolean equals(Object obj)
equals in class AbstractResultResponseobj - the object to be checked for equality
public String toString()
toString in class AbstractResultResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||