org.log4jfugue
Class SocketDataGetter

This data getter spins a thread that does socket accept and then spins another thread (L4JFSocketNode) to do the actual socket reading.

author:
btarbox

Field Summary
 Logger log
           
 int port
           
 
Constructor Summary
SocketDataGetter()
           
 
Method Summary
static void init(String configFile)
          
void run()
           Get the data.
void setPort(int port)
           Spring DI injects the port to use
 

Constructor Detail

SocketDataGetter

public SocketDataGetter()


Method Detail

init

public static void init(String configFile)


run

public void run()
Get the data.


setPort

public void setPort(int port)
Spring DI injects the port to use
param:
port