public class ProtocolCompletionAnswerReceiver extends ProtocolAnswerReceiver
dataDescription, dav, incoming, object, receiver, requestId| Constructor and Description |
|---|
ProtocolCompletionAnswerReceiver(de.bsvrz.dav.daf.main.ClientDavInterface dav,
de.bsvrz.dav.daf.main.config.ClientApplication client,
long requestId,
PuaClient puaClient) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
update(de.bsvrz.dav.daf.main.ResultData result)
Wird für jeden empfangenen Datensatz von
AnswerReceiver.update(ResultData[]) aufgerufen. |
getJobId, getProtocolId, waitForAnswerhasData, subscribe, take, take, unsubscribe, updatepublic ProtocolCompletionAnswerReceiver(de.bsvrz.dav.daf.main.ClientDavInterface dav,
de.bsvrz.dav.daf.main.config.ClientApplication client,
long requestId,
PuaClient puaClient)
protected void update(de.bsvrz.dav.daf.main.ResultData result)
AnswerReceiverAnswerReceiver.update(ResultData[]) aufgerufen.update in class ProtocolAnswerReceiverresult - Eingehender Datensatz. Enthält Daten, d.h. rd.getData() ist nicht null.