|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.command.BaseCommand
org.apache.activemq.command.Response
org.apache.activemq.command.IntegerResponse
public class IntegerResponse
Field Summary | |
---|---|
static byte |
DATA_STRUCTURE_TYPE
|
Fields inherited from class org.apache.activemq.command.BaseCommand |
---|
commandId, responseRequired |
Constructor Summary | |
---|---|
IntegerResponse()
|
|
IntegerResponse(int result)
|
Method Summary | |
---|---|
byte |
getDataStructureType()
|
int |
getResult()
|
void |
setResult(int result)
|
Methods inherited from class org.apache.activemq.command.Response |
---|
getCorrelationId, isException, isResponse, setCorrelationId, visit |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte DATA_STRUCTURE_TYPE
Constructor Detail |
---|
public IntegerResponse()
public IntegerResponse(int result)
Method Detail |
---|
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
getDataStructureType
in class Response
public int getResult()
public void setResult(int result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |