|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.logging.LogConfig
public class LogConfig
The log server configuration class.
Field Summary | |
---|---|
int |
coreServiceThreads
Base number of service threads. |
int |
listenerThreads
The number of listener threads. |
int |
listenQSize
The listen queue size. |
int |
maxServiceThreads
Maximum number of service threads. |
int |
port
The logging port. |
PrimaryListener |
primaryListener
The primary listener. |
int |
readBufferSize
The read buffer size. |
int |
serviceThreadTimeout
The service thread timeout. |
ExecutorService |
threadPool
The thread pool. |
Constructor Summary | |
---|---|
LogConfig()
Constructs the log server configuration. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int port
public int listenerThreads
public int listenQSize
public int coreServiceThreads
public int maxServiceThreads
public int serviceThreadTimeout
public PrimaryListener primaryListener
public ExecutorService threadPool
public int readBufferSize
Constructor Detail |
---|
public LogConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |