Package org.h2.test.db
Class TaskDef
java.lang.Object
org.h2.test.db.TaskDef
A task that can be run as a separate process.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskDef
public TaskDef()
-
-
Method Details
-
main
Run the class. This method is called by the task framework, and should not be called directly from the application.- Parameters:
args- the command line arguments
-
receive
Receive a message from the process over the standard output.- Returns:
- the message
-
send
Send a message to the process over the standard input.- Parameters:
message- the message
-