| Package | Description |
|---|---|
| org.jppf.process |
Classes supporting the creation of client, driver and node processes.
|
| org.jppf.process.event |
Classes supporting the notification mechanism for events occurring when a process writes to its output or error stream.
|
| org.jppf.server.protocol |
Classes supporting the data transported between components of the communication model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessLauncher.errorStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its error stream.
|
void |
ProcessLauncher.outputStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessWrapperEventListener.errorStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its error stream.
|
void |
ProcessWrapperEventListener.outputStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLineTask.errorStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its error stream.
|
void |
CommandLineTask.outputStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its output stream.
|
Copyright © 2005-2012 JPPF Team.