|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Node
|
+--RunningNode
|
+--SendDrv
| Fields inherited from interface SendDrvInterface |
QUEUE_SIZE |
| Constructor Summary | |
SendDrv()
Creates new SendDrv |
|
| Method Summary | |
void |
run()
Maintains the timer between the retries For the specifications please refer to the Java Language specifications or API |
boolean |
sendDrvAcceptMode()
Checks whether object can accept more messages |
void |
sendDrvGet(Message m)
Adds the passed Message to the object |
void |
sendDrvSend()
Sends out a message with a prior error checking (checks whether link is garbled or not) If link is garbled retries to send message in 5 seconds. |
| Methods inherited from class RunningNode |
getLinkAccess, getNodeDescription, getNodeID, receivers, senders, setNodeID |
| 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 SendDrv()
| Method Detail |
public void sendDrvGet(Message m)
public boolean sendDrvAcceptMode()
public void sendDrvSend()
public void run()
run in interface java.lang.Runnable
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||