Class Source

    • Method Detail

      • addSequence

        public void addSequence​(SourceSequence seq,
                                boolean persist)
      • getAllUnacknowledgedSequences

        public Collection<SourceSequence> getAllUnacknowledgedSequences()
        Returns a collection of all sequences for which have not yet been completely acknowledged.
        Returns:
        the collection of unacknowledged sequences.
      • setCurrent

        public void setCurrent​(SourceSequence s)
        Sets the current sequence used by a client side source.
        Parameters:
        s - the current sequence.