public interface GroupOutputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleOutput(ActivationGroupID id,
ActivationGroupDesc desc,
long incarnation,
String name,
InputStream out,
InputStream err)
Handles the output from an activation group process.
|
void handleOutput(ActivationGroupID id, ActivationGroupDesc desc, long incarnation, String name, InputStream out, InputStream err)
id - the activation group identifier of the groupdesc - the activation group descriptor of the groupincarnation - the current incarnation number of the groupname - the name of the group, in the form "Group-n"out - a stream that produces the standard output of the grouperr - a stream that produces the error output of the groupCopyright © 2016–2018. All rights reserved.