|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.dsmlv2.reponse.BatchResponse
public class BatchResponse
This class represents the Batch Response of a DSML Response
Constructor Summary | |
---|---|
BatchResponse()
Creates a new instance of BatchResponse. |
Method Summary | |
---|---|
boolean |
addResponse(LdapResponseCodec response)
Adds a reponse |
LdapResponseCodec |
getCurrentResponse()
Gets the current reponse |
int |
getRequestID()
Gets the ID of the response |
java.util.List |
getResponses()
Gets the List of all the reponses |
void |
setRequestID(int requestID)
Sets the ID of the response |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchResponse()
Method Detail |
---|
public boolean addResponse(LdapResponseCodec response)
response
- the response to add
public LdapResponseCodec getCurrentResponse()
public int getRequestID()
public void setRequestID(int requestID)
requestID
- the ID to setpublic java.util.List getResponses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |