org.apache.qpid.framing
Interface TestIntegerBody

All Superinterfaces:
AMQBody, AMQMethodBody, EncodableAMQDataBlock
All Known Implementing Classes:
TestIntegerBodyImpl

public interface TestIntegerBody
extends EncodableAMQDataBlock, AMQMethodBody


Field Summary
 
Fields inherited from interface org.apache.qpid.framing.AMQMethodBody
TYPE
 
Method Summary
 short getInteger1()
           
 int getInteger2()
           
 long getInteger3()
           
 long getInteger4()
           
 short getOperation()
           
 
Methods inherited from interface org.apache.qpid.framing.AMQMethodBody
execute, generateFrame, getChannelException, getChannelException, getChannelNotFoundException, getClazz, getConnectionException, getConnectionException, getMajor, getMethod, getMinor, getSize, toString, writeMethodPayload, writePayload
 
Methods inherited from interface org.apache.qpid.framing.AMQBody
getFrameType, handle
 

Method Detail

getInteger1

short getInteger1()

getInteger2

int getInteger2()

getInteger3

long getInteger3()

getInteger4

long getInteger4()

getOperation

short getOperation()


Licensed to the Apache Software Foundation