de.bsvrz.dav.dav.main
Class OutSubscriptionsHelper.OutGoingSubscription
java.lang.Object
de.bsvrz.dav.dav.main.OutSubscriptionsHelper.OutGoingSubscription
- Enclosing class:
- OutSubscriptionsHelper
private class OutSubscriptionsHelper.OutGoingSubscription
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_baseSubscriptionInfo
BaseSubscriptionInfo _baseSubscriptionInfo
_targetTransmitterId
long _targetTransmitterId
_transmitterToConsider
long[] _transmitterToConsider
_mainTransmitterId
long _mainTransmitterId
_subscriptionState
byte _subscriptionState
_receip
byte _receip
_count
int _count
- Dieser Zähler gibt an, ob eine Verbindung abgemeldet werden soll (_count < 0) oder ob eine Verbindung angemeldet werden soll (_count > 0).
Ist _count == 0, so muss nichts gemacht werden. Der Betrag von _count gibt an, wie oft an/abgemeldet werden muss.
OutSubscriptionsHelper.OutGoingSubscription
OutSubscriptionsHelper.OutGoingSubscription()