|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.test.db.TaskDef
public abstract class TaskDef
A task that can be run as a separate process.
| Constructor Summary | |
|---|---|
TaskDef()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String... args)
Run the class. |
protected java.lang.String |
receive()
Receive a message from the process over the standard output. |
protected void |
send(java.lang.String message)
Send a message to the process over the standard input. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskDef()
| Method Detail |
|---|
public static void main(java.lang.String... args)
args - the command line argumentsprotected java.lang.String receive()
protected void send(java.lang.String message)
message - the message
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||