|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This data getter spins a thread that does socket accept and then spins another thread (L4JFSocketNode) to do the actual socket reading.
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 |
---|
public SocketDataGetter()
Method Detail |
---|
public static void init(String configFile)
public void run()
public void setPort(int port)