org.apache.activemq.command
Class DataResponse
java.lang.Object
org.apache.activemq.command.BaseCommand
org.apache.activemq.command.Response
org.apache.activemq.command.DataResponse
- All Implemented Interfaces:
- Command, DataStructure
public class DataResponse
- extends Response
- Version:
- $Revision$
Methods inherited from class org.apache.activemq.command.BaseCommand |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
DataResponse
public DataResponse()
DataResponse
public DataResponse(DataStructure data)
getDataStructureType
public byte getDataStructureType()
- Specified by:
getDataStructureType
in interface DataStructure
- Overrides:
getDataStructureType
in class Response
- Returns:
- The type of the data structure
getData
public DataStructure getData()
setData
public void setData(DataStructure data)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.