Class SubscriptionList


  • public class SubscriptionList
    extends java.lang.Object
    • Constructor Detail

      • SubscriptionList

        public SubscriptionList()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hasSource

        public boolean hasSource()
      • hasDrain

        public boolean hasDrain()
      • hasDrainOrSource

        public boolean hasDrainOrSource()
      • getSendingSubscriptions

        public java.util.Collection<SendingSubscription> getSendingSubscriptions()
      • getReceivingSubscriptions

        public java.util.Collection<ReceivingSubscription> getReceivingSubscriptions()
      • isEmpty

        public boolean isEmpty()
      • isCentralDistributor

        public boolean isCentralDistributor()
      • getDataIndex

        public long getDataIndex​(long runningNumber)
      • getCentralDistributorId

        public long getCentralDistributorId()