org.apache.activemq.command
Class ConsumerControl
java.lang.Object
org.apache.activemq.command.BaseCommand
org.apache.activemq.command.ConsumerControl
- All Implemented Interfaces:
- Command, DataStructure
public class ConsumerControl
- extends BaseCommand
Used to start and stop transports as well as terminating clients.
- Version:
- $Revision: 1.1 $
Methods inherited from class org.apache.activemq.command.BaseCommand |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
consumerId
protected ConsumerId consumerId
close
protected boolean close
stop
protected boolean stop
start
protected boolean start
flush
protected boolean flush
prefetch
protected int prefetch
ConsumerControl
public ConsumerControl()
getDataStructureType
public byte getDataStructureType()
- Returns:
- The type of the data structure
visit
public Response visit(CommandVisitor visitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
isClose
public boolean isClose()
- Returns:
- Returns the close.
setClose
public void setClose(boolean close)
- Parameters:
close
- The close to set.
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 to set
isStart
public boolean isStart()
- Returns:
- the start
setStart
public void setStart(boolean start)
- Parameters:
start
- the start to set
isStop
public boolean isStop()
- Returns:
- the stop
setStop
public void setStop(boolean stop)
- Parameters:
stop
- the stop to set
Copyright © 2009 Apache Software Foundation. All Rights Reserved.