org.apache.qpid.client.messaging.address
Class Node.QueueNode

java.lang.Object
  extended by org.apache.qpid.client.messaging.address.Node
      extended by org.apache.qpid.client.messaging.address.Node.QueueNode
Enclosing class:
Node

public static class Node.QueueNode
extends Node


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.client.messaging.address.Node
Node.ExchangeNode, Node.QueueNode, Node.UnknownNodeType
 
Field Summary
protected  boolean _isExclusive
           
protected  QpidQueueOptions _queueOptions
           
 
Fields inherited from class org.apache.qpid.client.messaging.address.Node
_alternateExchange, _bindings, _declareArgs, _isAutoDelete, _isDurable, _nodeType
 
Constructor Summary
Node.QueueNode()
           
 
Method Summary
 boolean isExclusive()
           
 void setExclusive(boolean exclusive)
           
 
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
 

Field Detail

_isExclusive

protected boolean _isExclusive

_queueOptions

protected QpidQueueOptions _queueOptions
Constructor Detail

Node.QueueNode

public Node.QueueNode()
Method Detail

isExclusive

public boolean isExclusive()

setExclusive

public void setExclusive(boolean exclusive)


Licensed to the Apache Software Foundation