org.problets.lib.comm
Class CommunicationManager

java.lang.Object
  extended by org.problets.lib.comm.CommunicationManager

public class CommunicationManager
extends java.lang.Object

Manages all the AGGREGATE communication from the applet to the server

Author:
Amruth Kumar

Constructor Summary
CommunicationManager()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void sendData(java.lang.String header, java.util.Vector dataVector)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationManager

public CommunicationManager()
Method Detail

sendData

public void sendData(java.lang.String header,
                     java.util.Vector dataVector)

main

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