|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface is able to start a UniversalProcess and to connect its input/output to handlers.
Field Summary |
Fields inherited from interface org.objectweb.proactive.core.process.UniversalProcess |
logger |
Method Summary | |
MessageLogger |
getErrorMessageLogger()
Returns the MessageLogger handling the error stream of the process |
MessageLogger |
getInputMessageLogger()
Returns the MessageLogger handling the input stream of the process |
MessageSink |
getOutputMessageSink()
Returns the MessageSink handling the output stream of the process |
void |
setErrorMessageLogger(MessageLogger errorMessageLogger)
sets the MessageLogger handling the error stream of the process |
void |
setInputMessageLogger(MessageLogger inputMessageLogger)
sets the MessageLogger handling the input stream of the process |
void |
setOutputMessageSink(MessageSink outputMessageSink)
sets the MessageSink handling the output stream of the process |
Methods inherited from interface org.objectweb.proactive.core.process.UniversalProcess |
getCertificateLocation, getCommand, getEnvironment, getHostname, getPrivateKeyLocation, getSecurityFile, getUsername, isFinished, isStarted, setCertificateLocation, setEnvironment, setHostname, setPrivateKeyLocation, setSecurityFile, setUsername, startProcess, stopProcess, waitFor |
Method Detail |
public MessageLogger getInputMessageLogger()
public MessageLogger getErrorMessageLogger()
public MessageSink getOutputMessageSink()
public void setInputMessageLogger(MessageLogger inputMessageLogger)
inputMessageLogger
- the handler of the input stream of the processpublic void setErrorMessageLogger(MessageLogger errorMessageLogger)
errorMessageLogger
- the handler of the error stream of the processpublic void setOutputMessageSink(MessageSink outputMessageSink)
outputMessageSink
- the handler of the output stream of the process
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |