org.apache.qpid.client.messaging.address
Class Node.QueueNode
java.lang.Object
org.apache.qpid.client.messaging.address.Node
org.apache.qpid.client.messaging.address.Node.QueueNode
- Enclosing class:
- Node
public static class Node.QueueNode
- extends Node
Methods inherited from class org.apache.qpid.client.messaging.address.Node |
addBinding, getAlternateExchange, getBindings, getDeclareArgs, getType, isAutoDelete, isDurable, setAlternateExchange, setAutoDelete, setBindings, setDeclareArgs, setDurable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_isExclusive
protected boolean _isExclusive
_queueOptions
protected QpidQueueOptions _queueOptions
Node.QueueNode
public Node.QueueNode()
isExclusive
public boolean isExclusive()
setExclusive
public void setExclusive(boolean exclusive)
Licensed to the Apache Software Foundation