org.eclipse.net4j.util.concurrent
Class Worker.WorkContext

java.lang.Object
  extended by org.eclipse.net4j.util.concurrent.Worker.WorkContext
Enclosing class:
Worker

public class Worker.WorkContext
extends Object


Constructor Summary
Worker.WorkContext()
           
 
Method Summary
 long getCount()
           
 void nextWork()
           
 void nextWork(long pauseMillis)
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worker.WorkContext

public Worker.WorkContext()
Method Detail

getCount

public long getCount()

nextWork

public void nextWork()

nextWork

public void nextWork(long pauseMillis)

terminate

public void terminate()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.