Uses of Class
peer2me.exception.NodeNotFoundException

Packages that use NodeNotFoundException
peer2me.framework   
peer2me.group   
peer2me.session   
 

Uses of NodeNotFoundException in peer2me.framework
 

Methods in peer2me.framework that throw NodeNotFoundException
 Node Framework.getNode(int index, Group group)
          Gets the Node at the given index in the given Group.
 Node Framework.getNode(java.lang.String address)
          Gets a Node based on an address Calling on the corresponding method in Session.
 void Framework.moveNode(Node node, Group from, Group to)
          Moves a Node from one Group to another.
 void Framework.removeNode(int index, Group group)
          Removes a Node with the given index from a Group.
 

Uses of NodeNotFoundException in peer2me.group
 

Methods in peer2me.group that throw NodeNotFoundException
 Node Group.getNode(java.lang.String address)
          Gets a Node with the specified address
 Node Group.getNodeAt(int index)
          Gets a Node at det specified index
 void Group.removeNode(java.lang.String address)
          Removes a Node with the given address
 void Group.removeNodeAt(int index)
          Removes a Node at the specified index
 

Uses of NodeNotFoundException in peer2me.session
 

Methods in peer2me.session that throw NodeNotFoundException
 Node Session.getNode(int index, Group group)
          Gets the Node at the given index in the given Group.
 void Session.removeNode(int index, Group group)
          Removes a Node with the given index from a Group.