private static class SubscriptionInfo.PendingSubscription extends Object
Modifier and Type | Field and Description |
---|---|
private long |
_lastReceivedDataIndex
Der letzte empfangene Datenindex zur Synchronisation
|
private RemoteCentralSubscription |
_newSubscription
Eigentliche Anmeldung, die wartet bis die Umleitung komplett ist und dann die bisherige Anmeldung ersetzt
|
Modifier | Constructor and Description |
---|---|
private |
SubscriptionInfo.PendingSubscription(RemoteCentralSubscription newSubscription) |
Modifier and Type | Method and Description |
---|---|
private long |
getLastReceivedDataIndex() |
RemoteCentralSubscription |
getNewSubscription() |
private void |
setLastReceivedDataIndex(long lastReceivedDataIndex) |
String |
toString() |
private final RemoteCentralSubscription _newSubscription
private long _lastReceivedDataIndex
private SubscriptionInfo.PendingSubscription(RemoteCentralSubscription newSubscription)
private long getLastReceivedDataIndex()
private void setLastReceivedDataIndex(long lastReceivedDataIndex)
public RemoteCentralSubscription getNewSubscription()