Uses of Interface
org.apache.geronimo.messaging.NodeTopology

Packages that use NodeTopology
org.apache.geronimo.messaging   
org.apache.geronimo.messaging.cluster.topology   
org.apache.geronimo.messaging.remotenode   
 

Uses of NodeTopology in org.apache.geronimo.messaging
 

Methods in org.apache.geronimo.messaging that return NodeTopology
 NodeTopology Node.getTopology()
          Gets the node topology in which this instance is operating.
 NodeTopology NodeImpl.getTopology()
           
 

Methods in org.apache.geronimo.messaging with parameters of type NodeTopology
 void Node.setTopology(NodeTopology aTopology)
          Sets the node topology in which this instance is operating.
 void NodeImpl.setTopology(NodeTopology aTopology)
           
 void NodeEndPointView.prepareTopology(NodeTopology aTopology)
          Prepares the specified topology.
 

Uses of NodeTopology in org.apache.geronimo.messaging.cluster.topology
 

Methods in org.apache.geronimo.messaging.cluster.topology that return NodeTopology
 NodeTopology TopologyManager.factoryTopology()
          Builds a node topology.
 NodeTopology RingTopologyManager.factoryTopology()
           
 

Uses of NodeTopology in org.apache.geronimo.messaging.remotenode
 

Methods in org.apache.geronimo.messaging.remotenode with parameters of type NodeTopology
 void LogicalCompression.prepareTopology(NodeTopology aTopology)
          Registers a future topology.
 void RemoteNodeManager.prepareTopology(NodeTopology aTopology)
          Prepares the Topology to be used to derive the path between two nodes.
 void RemoteNodeManagerImpl.prepareTopology(NodeTopology aTopology)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.