|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Node
A node might be a workstation on the LAN. It is attached to the link and sends and receives messages
| Constructor Summary | |
Node()
|
|
| Method Summary | |
Link |
getLinkAccess()
Provides the requestor with the Link |
abstract void |
getNodeDescription()
Defines Node's description REQUIRES: MODIFIES: EFFECTS: |
void |
setNodeLink(Link link)
Sets up the Link |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Node()
| Method Detail |
public void setNodeLink(Link link)
Link - Link Access
public Link getLinkAccess()
public abstract void getNodeDescription()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||