Uses of Class
org.jppf.process.event.ProcessWrapperEvent

Packages that use ProcessWrapperEvent
org.jppf.process Classes supporting the creation of client, driver and node processes to perform tests. 
org.jppf.process.event Classes supporting the notification mechanism for events occurring when a process writes to its output or error stream. 
org.jppf.server.protocol Classes supporting the data transported between components of the communication model. 
 

Uses of ProcessWrapperEvent in org.jppf.process
 

Methods in org.jppf.process with parameters of type ProcessWrapperEvent
 void ProcessLauncher.errorStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its error stream.
 void ProcessLauncher.outputStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its output stream.
 

Uses of ProcessWrapperEvent in org.jppf.process.event
 

Methods in org.jppf.process.event with parameters of type ProcessWrapperEvent
 void ProcessWrapperEventListener.errorStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its error stream.
 void ProcessWrapperEventListener.outputStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its output stream.
 

Uses of ProcessWrapperEvent in org.jppf.server.protocol
 

Methods in org.jppf.server.protocol with parameters of type ProcessWrapperEvent
 void CommandLineTask.errorStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its error stream.
 void CommandLineTask.outputStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its output stream.
 



Copyright © 2005-2010 JPPF Team.