Package com.jk.core.test
Class ExecutionDataServer
java.lang.Object
com.jk.core.test.ExecutionDataServer
This example starts a socket server to collect coverage from agents that run
in output mode
tcpclient
. The collected data is dumped to a
local file.- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExecutionDataServer
public ExecutionDataServer()
-
-
Method Details
-
main
This main method starts the execution data server and assign aHandler
for each incoming connection to the server.- Parameters:
args
- the command line arguments.- Throws:
IOException
- if an I/O exception has occurred.
-