Package org.apache.activemq.state
Class Tracked
- java.lang.Object
-
- org.apache.activemq.command.BaseCommand
-
- org.apache.activemq.command.Response
-
- org.apache.activemq.state.Tracked
-
- All Implemented Interfaces:
Command
,DataStructure
public class Tracked extends Response
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.command.Response
DATA_STRUCTURE_TYPE
-
Fields inherited from class org.apache.activemq.command.BaseCommand
commandId, responseRequired
-
-
Constructor Summary
Constructors Constructor Description Tracked(ResponseHandler runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isWaitingForResponse()
void
onResponses(Command command)
-
Methods inherited from class org.apache.activemq.command.Response
getCorrelationId, getDataStructureType, isException, isResponse, setCorrelationId, visit
-
Methods inherited from class org.apache.activemq.command.BaseCommand
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString
-
-
-
-
Constructor Detail
-
Tracked
public Tracked(ResponseHandler runnable)
-
-
Method Detail
-
onResponses
public void onResponses(Command command)
-
isWaitingForResponse
public boolean isWaitingForResponse()
-
-