Uses of Class
org.apache.qpid.client.messaging.address.Node

Packages that use Node
org.apache.qpid.client   
org.apache.qpid.client.messaging.address   
 

Uses of Node in org.apache.qpid.client
 

Fields in org.apache.qpid.client declared as Node
protected  Node AMQDestination._sourceNode
           
protected  Node AMQDestination._targetNode
           
 

Methods in org.apache.qpid.client that return Node
 Node AMQDestination.getSourceNode()
           
 Node AMQDestination.getTargetNode()
           
 

Methods in org.apache.qpid.client with parameters of type Node
 void AMQDestination.setSourceNode(Node node)
           
 void AMQDestination.setTargetNode(Node node)
           
 

Uses of Node in org.apache.qpid.client.messaging.address
 

Subclasses of Node in org.apache.qpid.client.messaging.address
static class Node.ExchangeNode
           
static class Node.QueueNode
           
static class Node.UnknownNodeType
           
 

Fields in org.apache.qpid.client.messaging.address declared as Node
protected  Node Link.node
           
 

Methods in org.apache.qpid.client.messaging.address that return Node
 Node Link.getNode()
           
 Node AddressHelper.getSourceNode(int addressType)
          if the type == queue x-declare args from the node props is used.
 Node AddressHelper.getTargetNode(int addressType)
           
 

Methods in org.apache.qpid.client.messaging.address with parameters of type Node
 void Link.setNode(Node node)
           
 



Licensed to the Apache Software Foundation