Class VirtualClassroomThread

java.lang.Object
  extended byjava.lang.Thread
      extended byVirtualClassroomThread
All Implemented Interfaces:
java.lang.Runnable

public class VirtualClassroomThread
extends java.lang.Thread


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
VirtualClassroomThread(java.lang.String hostIp, java.lang.String portStr)
           
 
Method Summary
 void run()
           
 void virtualClassroomSend(OutgoingMessage msg)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualClassroomThread

public VirtualClassroomThread(java.lang.String hostIp,
                              java.lang.String portStr)
Method Detail

run

public void run()

virtualClassroomSend

public void virtualClassroomSend(OutgoingMessage msg)