public class BatchResponse extends Object
Constructor and Description |
---|
BatchResponse()
Creates a new instance of BatchResponse.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addResponse(LdapResponseCodec response)
Adds a reponse
|
LdapResponseCodec |
getCurrentResponse()
Gets the current reponse
|
int |
getRequestID()
Gets the ID of the response
|
List |
getResponses()
Gets the List of all the reponses
|
void |
setRequestID(int requestID)
Sets the ID of the response
|
public boolean addResponse(LdapResponseCodec response)
response
- the response to addpublic LdapResponseCodec getCurrentResponse()
public int getRequestID()
public void setRequestID(int requestID)
requestID
- the ID to setpublic List getResponses()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.