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 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.