public final class JAResponseCounter extends RP
| Constructor and Description |
|---|
JAResponseCounter(int max,
RP rp)
Create a JAResponseCounter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processResponse(Object response)
Receives and processes a response.
|
public JAResponseCounter(int max,
RP rp)
max - Number of responses expected.rp - Used to send the response on completion.public void processResponse(Object response) throws Exception
processResponse in class RPresponse - The response.Exception - Any uncaught exceptions raised when processing the response.Copyright © 2012. All Rights Reserved.