private static class SubscriptionInfo.PendingSubscription
extends java.lang.Object
Wrapper-Klasse für eine wartende Umleitungsanmeldung
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 |
PendingSubscription(RemoteCentralSubscription newSubscription) |
Modifier and Type | Method and Description |
---|---|
private long |
getLastReceivedDataIndex() |
RemoteCentralSubscription |
getNewSubscription() |
private void |
setLastReceivedDataIndex(long lastReceivedDataIndex) |
java.lang.String |
toString() |
private final RemoteCentralSubscription _newSubscription
Eigentliche Anmeldung, die wartet bis die Umleitung komplett ist und dann die bisherige Anmeldung ersetzt
private long _lastReceivedDataIndex
Der letzte empfangene Datenindex zur Synchronisation
private PendingSubscription(RemoteCentralSubscription newSubscription)
private long getLastReceivedDataIndex()
private void setLastReceivedDataIndex(long lastReceivedDataIndex)
public RemoteCentralSubscription getNewSubscription()
public java.lang.String toString()
toString
in class java.lang.Object