Class SendApp

java.lang.Object
  |
  +--SendApp

public class SendApp
extends java.lang.Object


Constructor Summary
SendApp(UserAccountClientSide useraccount)
          Creates new SendApp
 
Method Summary
static void main(java.lang.String[] args)
           
static int releaseUserAccountInfo(java.lang.String flag)
           
 void sendMessage()
          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(UserAccountClientSide useraccount)
Creates new SendApp
Method Detail

sendMessage

public void sendMessage()
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.

releaseUserAccountInfo

public static int releaseUserAccountInfo(java.lang.String flag)

main

public static void main(java.lang.String[] args)