com.ibm.jdg2e.concurrency.jobs
Class CustomJobWork

java.lang.Object
  extended bycom.ibm.jdg2e.concurrency.jobs.CustomJobWork

public class CustomJobWork
extends java.lang.Object

Implements a looping construct to emulate real work being performed by a job.


Constructor Summary
CustomJobWork()
           
 
Method Summary
static void pause(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomJobWork

public CustomJobWork()
Method Detail

pause

public static void pause(long time)
Parameters:
time -