com.rabbitmq.client
Interface AMQP.Test.Table

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Test.Table
Enclosing class:
AMQP.Test

public static interface AMQP.Test.Table
extends Method


Method Summary
 int getIntegerOp()
           
 int getStringOp()
           
 java.util.Map<java.lang.String,java.lang.Object> getTable()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getTable

java.util.Map<java.lang.String,java.lang.Object> getTable()

getIntegerOp

int getIntegerOp()

getStringOp

int getStringOp()