Class ConsumerControl

  • All Implemented Interfaces:
    Command, DataStructure

    public class ConsumerControl
    extends BaseCommand
    Used to start and stop transports as well as terminating clients.
    • Field Detail

      • close

        protected boolean close
      • stop

        protected boolean stop
      • start

        protected boolean start
      • flush

        protected boolean flush
      • prefetch

        protected int prefetch
    • Constructor Detail

      • ConsumerControl

        public ConsumerControl()
    • Method Detail

      • getDestination

        public ActiveMQDestination getDestination()
        Returns:
        Returns the destination.
      • getDataStructureType

        public byte getDataStructureType()
        Returns:
        The type of the data structure
      • isClose

        public boolean isClose()
        Returns:
        Returns the close.
      • setClose

        public void setClose​(boolean close)
        Parameters:
        close - The new value to assign the close state flag.
      • getConsumerId

        public ConsumerId getConsumerId()
        Returns:
        Returns the consumerId.
      • setConsumerId

        public void setConsumerId​(ConsumerId consumerId)
        Parameters:
        consumerId - The consumerId to set.
      • getPrefetch

        public int getPrefetch()
        Returns:
        Returns the prefetch.
      • setPrefetch

        public void setPrefetch​(int prefetch)
        Parameters:
        prefetch - The prefetch to set.
      • isFlush

        public boolean isFlush()
        Returns:
        the flush
      • setFlush

        public void setFlush​(boolean flush)
        Parameters:
        flush - The flush value to set on this command.
      • isStart

        public boolean isStart()
        Returns:
        the start
      • setStart

        public void setStart​(boolean start)
        Parameters:
        start - The start value to set on this command.
      • isStop

        public boolean isStop()
        Returns:
        the stop
      • setStop

        public void setStop​(boolean stop)
        Parameters:
        stop - the stop value to set on this Command.