Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] TCF launch for multiple processes

Hi,

I'm am working on a TCF launcher that starts multiple processes on the agent. For that reason, implemented a class derived from TCFLaunch.java and overloaded the methods "runLaunchSequence" and "runShutdownSquency" among other methods for house-keeping. That is working fine, however I cannot find a way to connect Stdio streams with a TCFconsole for each process. Some methods needed for that are declared as "private" such as "readStream" or "getListeners" and therefore not visible.

Am I on the wrong track here?

cheers,
Conny


Back to the top