class TerminationQueryReceiver extends Object implements ClientReceiverInterface
| Modifier and Type | Field and Description |
|---|---|
private static Debug |
_debug |
private HighLevelConnectionsManagerInterface |
_highLevelConnectionsManager |
| Constructor and Description |
|---|
TerminationQueryReceiver(HighLevelConnectionsManagerInterface highLevelConnectionsManager) |
| Modifier and Type | Method and Description |
|---|---|
private void |
removeAppConnection(long applicationId) |
private void |
removeDavConnection(long transmitterId) |
void |
update(ResultData[] results)
Aktualisierungsmethode, die nach Empfang eines angemeldeten Datensatzes von den Datenverteiler-Applikationsfunktionen aufgerufen wird.
|
private static final Debug _debug
private final HighLevelConnectionsManagerInterface _highLevelConnectionsManager
public TerminationQueryReceiver(HighLevelConnectionsManagerInterface highLevelConnectionsManager)
public void update(ResultData[] results)
de.bsvrz.dav.daf.main.ClientReceiverInterfaceupdate in interface ClientReceiverInterfaceresults - Feld mit den empfangenen Ergebnisdatensätzen.private void removeAppConnection(long applicationId)
private void removeDavConnection(long transmitterId)