private static class AbstractSenderReceiverCommunication.DataIdent
extends java.lang.Object
Klasse für eine Datenidentifikation, wird als Key in AbstractSenderReceiverCommunication._drainSubscriptions benutzt.
| Modifier and Type | Field and Description |
|---|---|
private ClientDavInterface |
_connection |
private SystemObject |
_receiverObject |
private DataDescription |
_responseDescription |
| Constructor and Description |
|---|
DataIdent(ClientDavInterface connection,
SystemObject receiverObject,
DataDescription responseDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private final ClientDavInterface _connection
private final SystemObject _receiverObject
private final DataDescription _responseDescription
public DataIdent(ClientDavInterface connection, SystemObject receiverObject, DataDescription responseDescription)