net.sf.infrared.web
Class InfraREDSocketNode

java.lang.Object
  extended bynet.sf.infrared.web.InfraREDSocketNode
All Implemented Interfaces:
Runnable

public class InfraREDSocketNode
extends Object
implements Runnable

Read LoggingEvent objects sent from a remote client using Sockets (TCP). These logging events are logged according to local policy, as if they were generated locally.

For example, the socket node might decide to log events to a local file and also resent them to a second socket node.


Constructor Summary
InfraREDSocketNode(Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraREDSocketNode

public InfraREDSocketNode(Socket socket)
Method Detail

run

public void run()
Specified by:
run in interface Runnable