Uses of Interface
net.anwiba.commons.thread.queue.IRunnable
-
Packages that use IRunnable Package Description net.anwiba.commons.thread.process net.anwiba.commons.thread.queue -
-
Uses of IRunnable in net.anwiba.commons.thread.process
Classes in net.anwiba.commons.thread.process that implement IRunnable Modifier and Type Class Description classProcessRunner -
Uses of IRunnable in net.anwiba.commons.thread.queue
Methods in net.anwiba.commons.thread.queue with parameters of type IRunnable Modifier and Type Method Description IProcessIdentfierIWorkQueue. execute(IRunnable runnable)IProcessIdentfierWorkQueue. execute(IRunnable runnable)java.lang.StringWorkQueue.ExecutionHandler. getIdentifierString(IRunnable runnable)Constructors in net.anwiba.commons.thread.queue with parameters of type IRunnable Constructor Description ProcessScheduledFuture(java.util.concurrent.RunnableScheduledFuture<V> future, IRunnable runnable)
-