org.problets.lib.comm
Class CommunicationManager
java.lang.Object
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
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 |
CommunicationManager
public CommunicationManager()
sendData
public void sendData(java.lang.String header,
java.util.Vector dataVector)
main
public static void main(java.lang.String[] args)