All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.Node.DeleteEntry

java.lang.Object
   |
   +----magician.Node.KUSmartPacketV2
           |
           +----magician.Node.DeleteEntry

public class DeleteEntry
extends KUSmartPacketV2

Variable Index

 o dstadr
 o lcladr

Constructor Index

 o DeleteEntry(String, String)
class constructor

Method Index

 o exec()
hops to neighboring node and deletes entry associated with down node

Variables

 o dstadr
 String dstadr
 o lcladr
 String lcladr

Constructors

 o DeleteEntry
 public DeleteEntry(String dadr,
                    String ladr)
class constructor

Parameters:
dadr - name of active node to be informed
ladr - name of active node to be deleted

Methods

 o exec
 public void exec()
hops to neighboring node and deletes entry associated with down node

Overrides:
exec in class KUSmartPacketV2

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1