public class ResponseBatch
extends java.lang.Object
Constructor and Description |
---|
ResponseBatch() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
exec()
Results a list of result objects, which may be null, or CommandExceptions if something
horrible happened.
|
void |
q(Response<?> resp)
Queues a response in the batch.
|
public void q(Response<?> resp)
public java.util.List<java.lang.Object> exec()