|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.fisheye.plugins.scm.utils.process.LatchedRunnable
public abstract class LatchedRunnable
Date: 16/07/2008 Time: 14:54:03
Constructor Summary | |
---|---|
LatchedRunnable()
|
Method Summary | |
---|---|
boolean |
await(long millis)
|
void |
cancel()
|
protected abstract void |
doTask()
|
void |
interrupt()
|
boolean |
isCancelled()
|
boolean |
isRunning()
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LatchedRunnable()
Method Detail |
---|
public final void run()
run
in interface java.lang.Runnable
public boolean await(long millis)
public boolean isRunning()
protected abstract void doTask()
public void interrupt()
public void cancel()
public boolean isCancelled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |