public interface OutputRedirectionPlugin
This interface provides a single method to the CICS Wrapper class for use when redirecting requests for STDOUT and STDERR.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
initRedirect(java.lang.String inDest,
java.io.PrintStream inPS,
java.lang.String inApplid,
java.lang.String inProgramName,
java.lang.Integer inTaskNumber,
java.lang.String inTransid) |
static final java.lang.String COPYRIGHT
boolean initRedirect(java.lang.String inDest,
java.io.PrintStream inPS,
java.lang.String inApplid,
java.lang.String inProgramName,
java.lang.Integer inTaskNumber,
java.lang.String inTransid)
inDest - The string indicating the preferred destination: "stdout" or "stderr"inPS - The original input stream, indicated by STDOUT or STRERR
in the Profile associated by the JVM which is servicing this request.inApplid - The APPLID of the CICS region running the Java application programinProgramName - The name of the Java application programinTaskNumber - The number of the associated CICS Task.inTransid - The CICS Transaction Identifier