|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.nix.ert.communication.NodeDirectory
TODO Edit this text for a better description Follows the Singelton-Design Pattern after Rodney Waldhoff. http://radio.weblogs.com/0122027/stories/2003/10/20/implementingTheSingletonPatternInJava.html In addition this class acts as a proxy to the actual implementation.
Method Summary | |
DataItem |
findNode(DataItem data)
|
static NodeDirectory |
getInstance()
|
void |
publish(DataItem keyPartition)
|
void |
unpublish(DataItem keyPartition)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static NodeDirectory getInstance()
public void publish(DataItem keyPartition)
publish
in interface NodeDirectoryInterface
public void unpublish(DataItem keyPartition)
unpublish
in interface NodeDirectoryInterface
public DataItem findNode(DataItem data)
findNode
in interface NodeDirectoryInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |