Uses of Interface
org.objectweb.proactive.core.process.MessageSink

Packages that use MessageSink
org.objectweb.proactive.core.process Defines services for spawning an external process from Java.  
org.objectweb.proactive.core.process.gridengine Defines services for creating a remote process using Sun Grid Engine for a cluster managed by SGE.  
org.objectweb.proactive.core.process.lsf Defines services for creating a remote process BSUB for a cluster using LSF protocol.  
org.objectweb.proactive.core.process.oar Defines services for creating a remote process using OAR for a cluster managed by OAR .  
org.objectweb.proactive.core.process.pbs Defines services for creating a remote process using PBS for a cluster managed by PBS.  
org.objectweb.proactive.core.process.prun Defines services for creating a remote process using PRUN for a cluster managed by PBS.  
 

Uses of MessageSink in org.objectweb.proactive.core.process
 

Classes in org.objectweb.proactive.core.process that implement MessageSink
static class AbstractExternalProcess.SimpleMessageSink
          Implementation of a MessageSink that can receive one message at a time
static class AbstractExternalProcessDecorator.CompositeMessageSink
          Implementation of a MessageSink that can receive one message at a time
 

Fields in org.objectweb.proactive.core.process declared as MessageSink
protected  MessageSink AbstractExternalProcess.outputMessageSink
           
 

Methods in org.objectweb.proactive.core.process that return MessageSink
 MessageSink AbstractListProcessDecorator.getOutputMessageSink()
           
 MessageSink AbstractExternalProcess.getOutputMessageSink()
           
 MessageSink ExternalProcess.getOutputMessageSink()
          Returns the MessageSink handling the output stream of the process
 

Methods in org.objectweb.proactive.core.process with parameters of type MessageSink
 void AbstractListProcessDecorator.setOutputMessageSink(MessageSink outputMessageSink)
           
 void AbstractExternalProcess.setOutputMessageSink(MessageSink outputMessageSink)
           
 void ExternalProcess.setOutputMessageSink(MessageSink outputMessageSink)
          sets the MessageSink handling the output stream of the process
 

Constructors in org.objectweb.proactive.core.process with parameters of type MessageSink
AbstractExternalProcessDecorator.CompositeMessageSink(MessageSink messageSink1, MessageSink messageSink2)
           
AbstractExternalProcess(RemoteProcessMessageLogger inputMessageLogger, RemoteProcessMessageLogger errorMessageLogger, MessageSink outputMessageSink)
           
AbstractExternalProcess.ProcessOutputHandler(java.io.BufferedWriter out, MessageSink messageSink)
           
 

Uses of MessageSink in org.objectweb.proactive.core.process.gridengine
 

Methods in org.objectweb.proactive.core.process.gridengine with parameters of type MessageSink
 void GridEngineSubProcess.setOutputMessageSink(MessageSink outputMessageSink)
           
 

Uses of MessageSink in org.objectweb.proactive.core.process.lsf
 

Methods in org.objectweb.proactive.core.process.lsf with parameters of type MessageSink
 void LSFBSubProcess.setOutputMessageSink(MessageSink outputMessageSink)
           
 

Uses of MessageSink in org.objectweb.proactive.core.process.oar
 

Methods in org.objectweb.proactive.core.process.oar with parameters of type MessageSink
 void OARSubProcess.setOutputMessageSink(MessageSink outputMessageSink)
           
 

Uses of MessageSink in org.objectweb.proactive.core.process.pbs
 

Methods in org.objectweb.proactive.core.process.pbs with parameters of type MessageSink
 void PBSSubProcess.setOutputMessageSink(MessageSink outputMessageSink)
           
 

Uses of MessageSink in org.objectweb.proactive.core.process.prun
 

Methods in org.objectweb.proactive.core.process.prun with parameters of type MessageSink
 void PrunSubProcess.setOutputMessageSink(MessageSink outputMessageSink)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.