|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Node
|
+--RunningNode
| Constructor Summary | |
RunningNode()
Default Constructor |
|
RunningNode(UserAccountClientSide useraccount,
Link link)
Creates new RunningNode |
|
| Method Summary | |
Link |
getLinkAccess()
Provides the access to the link |
void |
getNodeDescription()
Provides the general information about node REQUIRES: MODIFIES: System.out EFFECTS: Displays the general information about node |
int |
getNodeID()
Provides the Node ID |
void |
receivers()
Initializes ReceiveMail simulation REQUIRES: MODIFIES: EFFECTS: Initializes receive mail application procedures |
void |
senders()
Initializes SendMail simulation REQUIRES: MODIFIES: EFFECTS: Initializes send mail application procedures |
| Methods inherited from class Node |
setNodeLink |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunningNode()
public RunningNode(UserAccountClientSide useraccount,
Link link)
| Method Detail |
public void getNodeDescription()
getNodeDescription in class Nodepublic Link getLinkAccess()
getLinkAccess in class Nodepublic void senders()
public void receivers()
public int getNodeID()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||