Uses of Class
org.apache.geronimo.messaging.NodeException

Packages that use NodeException
org.apache.geronimo.messaging   
org.apache.geronimo.messaging.cluster   
org.apache.geronimo.messaging.remotenode   
org.apache.geronimo.messaging.remotenode.network   
 

Uses of NodeException in org.apache.geronimo.messaging
 

Methods in org.apache.geronimo.messaging that throw NodeException
 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 NodeException in org.apache.geronimo.messaging.cluster
 

Methods in org.apache.geronimo.messaging.cluster that throw NodeException
 void Cluster.addMember(NodeInfo aNode)
          Adds a Node to this cluster.
 void Cluster.removeMember(NodeInfo aNode)
          Removes a Node from this cluster.
 void ClusterImpl.addMember(NodeInfo aNode)
           
 void ClusterImpl.removeMember(NodeInfo aNode)
           
 

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

Methods in org.apache.geronimo.messaging.remotenode that throw NodeException
 void RemoteNodeManager.start()
          Starts the manager.
 void RemoteNodeManager.stop()
          Stops the manager.
 void RemoteNodeManager.prepareTopology(NodeTopology aTopology)
          Prepares the Topology to be used to derive the path between two nodes.
 RemoteNode RemoteNodeManager.findOrJoinRemoteNode(NodeInfo aNodeInfo)
          Finds or joins a remote node.
 void RemoteNodeConnection.open()
          Opens the connection.
 void NodeServer.start()
          Start the server.
protected  void AbstractRemoteNode.setConnection(RemoteNodeConnection aConnection)
           
 void RemoteNodeManagerImpl.start()
           
 void RemoteNodeManagerImpl.stop()
           
 void RemoteNodeManagerImpl.prepareTopology(NodeTopology aTopology)
           
 RemoteNode RemoteNodeManagerImpl.findOrJoinRemoteNode(NodeInfo aNodeInfo)
           
 void RemoteNode.join()
          Joins the remote node.
 

Uses of NodeException in org.apache.geronimo.messaging.remotenode.network
 

Methods in org.apache.geronimo.messaging.remotenode.network that throw NodeException
 void AbstractRemoteNodeConnection.open()
           
 void NodeServerImpl.start()
           
 void RemoteNodeJoiner.join()
           
 void RemoteNodeJoined.join()
           
 



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