|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageLogger | |
org.objectweb.proactive.core.process | Defines services for spawning an external process from Java. |
org.objectweb.proactive.core.process.lsf | Defines services for creating a remote process using RLOGIN or BSUB for a cluster using LSF protocol. |
org.objectweb.proactive.core.process.prun | Defines services for creating a remote process using PRUN for a cluster managed by PBS. |
Uses of MessageLogger in org.objectweb.proactive.core.process |
Classes in org.objectweb.proactive.core.process that implement MessageLogger | |
static class |
AbstractExternalProcess.NullMessageLogger
Implementation of a MessageLogger that discard all output |
static class |
AbstractExternalProcess.StandardOutputMessageLogger
Implementation of a MessageLogger that output all messages to the standard output |
static class |
AbstractExternalProcessDecorator.CompositeMessageLogger
Implementation of a MessageLogger that feeds two MessageLoggers |
Uses of MessageLogger in org.objectweb.proactive.core.process.lsf |
Classes in org.objectweb.proactive.core.process.lsf that implement MessageLogger | |
class |
LSFBSubProcess.ParserMessageLogger
Implementation of a MessageLogger that look for the jobID of the launched job |
Uses of MessageLogger in org.objectweb.proactive.core.process.prun |
Classes in org.objectweb.proactive.core.process.prun that implement MessageLogger | |
class |
PrunSubProcess.ParserMessageLogger
Implementation of a MessageLogger that look for the jobID of the launched job |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |