public class DataArrayResponse extends Response
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
commandId, responseRequired
Constructor and Description |
---|
DataArrayResponse() |
DataArrayResponse(DataStructure[] data) |
Modifier and Type | Method and Description |
---|---|
DataStructure[] |
getData() |
byte |
getDataStructureType() |
void |
setData(DataStructure[] data) |
getCorrelationId, isException, isResponse, setCorrelationId, visit
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString
public static final byte DATA_STRUCTURE_TYPE
public DataArrayResponse()
public DataArrayResponse(DataStructure[] data)
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
getDataStructureType
in class Response
public DataStructure[] getData()
public void setData(DataStructure[] data)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.