gov.nasa.gsfc.drl.rtstps.core.output
Class SocketDevice

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice
      extended by gov.nasa.gsfc.drl.rtstps.core.output.SocketDevice

 class SocketDevice
extends AbstractOutputDevice

This device writes units to a tcp/ip socket.


Field Summary
private  java.net.Socket socket
           
 
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice
output
 
Constructor Summary
SocketDevice(org.w3c.dom.Element element)
           
 
Method Summary
(package private)  void shutdown()
           
 
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice
getOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

private java.net.Socket socket
Constructor Detail

SocketDevice

SocketDevice(org.w3c.dom.Element element)
       throws RtStpsException
Throws:
RtStpsException
Method Detail

shutdown

void shutdown()
        throws RtStpsException
Specified by:
shutdown in class AbstractOutputDevice
Throws:
RtStpsException