|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.TimerTask groovyx.gpars.actor.ActorTimerTask
final class ActorTimerTask
Represents an ongoing timeout
Field Summary | |
---|---|
private AbstractLoopingActor |
actor
|
private int |
id
|
Constructor Summary | |
---|---|
ActorTimerTask(AbstractLoopingActor actor,
int id)
|
Method Summary | |
---|---|
int |
getId()
|
void |
run()
|
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final AbstractLoopingActor actor
private final int id
Constructor Detail |
---|
ActorTimerTask(AbstractLoopingActor actor, int id)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
public int getId()
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |