org.apache.qpid.framing
Interface AccessRequestBody

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

public interface AccessRequestBody
extends EncodableAMQDataBlock, AMQMethodBody


Field Summary
 
Fields inherited from interface org.apache.qpid.framing.AMQMethodBody
TYPE
 
Method Summary
 boolean getActive()
           
 boolean getExclusive()
           
 boolean getPassive()
           
 boolean getRead()
           
 AMQShortString getRealm()
           
 boolean getWrite()
           
 
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

getActive

boolean getActive()

getExclusive

boolean getExclusive()

getPassive

boolean getPassive()

getRead

boolean getRead()

getRealm

AMQShortString getRealm()

getWrite

boolean getWrite()


Licensed to the Apache Software Foundation