frysk.proc
Class StressAttachDetachSignaledTask.Spawn

java.lang.Object
  extended by frysk.proc.StressAttachDetachSignaledTask.Spawn
Enclosing class:
StressAttachDetachSignaledTask

abstract class StressAttachDetachSignaledTask.Spawn
extends Object

Stress test attaching and detaching a process that is constantly receiving signals.


Constructor Summary
StressAttachDetachSignaledTask.Spawn()
           
 
Method Summary
(package private) abstract  void op(SlaveOffspring child, int iteration)
          Perform arbitrary operation OP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StressAttachDetachSignaledTask.Spawn

StressAttachDetachSignaledTask.Spawn()
Method Detail

op

abstract void op(SlaveOffspring child,
                 int iteration)
Perform arbitrary operation OP.