public class QueueDeclareHandler extends Object implements StateAwareMethodListener<org.apache.qpid.framing.QueueDeclareBody>
| Constructor and Description |
|---|
QueueDeclareHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.qpid.framing.AMQShortString |
createName() |
protected AMQQueue |
createQueue(AMQChannel channel,
org.apache.qpid.framing.AMQShortString queueName,
org.apache.qpid.framing.QueueDeclareBody body,
VirtualHostImpl virtualHost,
AMQProtocolSession session) |
static QueueDeclareHandler |
getInstance() |
void |
methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.QueueDeclareBody body,
int channelId) |
public static QueueDeclareHandler getInstance()
public void methodReceived(AMQStateManager stateManager, org.apache.qpid.framing.QueueDeclareBody body, int channelId) throws org.apache.qpid.AMQException
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.QueueDeclareBody>org.apache.qpid.AMQExceptionprotected org.apache.qpid.framing.AMQShortString createName()
protected AMQQueue createQueue(AMQChannel channel, org.apache.qpid.framing.AMQShortString queueName, org.apache.qpid.framing.QueueDeclareBody body, VirtualHostImpl virtualHost, AMQProtocolSession session) throws org.apache.qpid.AMQException, QueueExistsException
org.apache.qpid.AMQExceptionQueueExistsExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.