Class SendApp

java.lang.Object
  |
  +--SendApp

public class SendApp
extends java.lang.Object


Constructor Summary
SendApp()
          Creates new SendApp
 
Method Summary
 void sendMessage(int NID)
          Creates and sends out a new messages (error checks on the availability of driver to accept outgoing message
REQUIRES:
MODIFIES: System.out, this
EFFECTS: Passes the message to the carrier performing carrier related error checking.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendApp

public SendApp()
Creates new SendApp
Method Detail

sendMessage

public void sendMessage(int NID)
Creates and sends out a new messages (error checks on the availability of driver to accept outgoing message
REQUIRES:
MODIFIES: System.out, this
EFFECTS: Passes the message to the carrier performing carrier related error checking.