cgl.hhms.hhfr
Class StreamWriter

java.lang.Object
  extended byjava.lang.Thread
      extended bycgl.hhms.hhfr.StreamWriter
All Implemented Interfaces:
java.lang.Runnable

public class StreamWriter
extends java.lang.Thread


Field Summary
 DataStructure outGoingDS
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
StreamWriter(StreamConnection socket, StreamConnector _streamConnection)
           
 
Method Summary
 void releaseResources()
           
 void run()
           
 void sendData(byte[] message)
           
 
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
 

Field Detail

outGoingDS

public DataStructure outGoingDS
Constructor Detail

StreamWriter

public StreamWriter(StreamConnection socket,
                    StreamConnector _streamConnection)
             throws HHFRException
Method Detail

releaseResources

public void releaseResources()

sendData

public void sendData(byte[] message)

run

public void run()