Save This Page
Home » apache-log4j-1.2.15 » com.systemsunion » LoggingServer » [javadoc | source]
com.systemsunion.LoggingServer
public class: SocketNode2 [javadoc | source]
java.lang.Object
   com.systemsunion.LoggingServer.SocketNode2

All Implemented Interfaces:
    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.

Field Summary
 Socket socket     
 ObjectInputStream ois     
static  Category cat     
Constructor:
 public SocketNode2(Socket socket) 
Method from com.systemsunion.LoggingServer.SocketNode2 Summary:
run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.systemsunion.LoggingServer.SocketNode2 Detail:
 public  void run()