|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpars.actor.impl.SequentialProcessingActor.Node
class SequentialProcessingActor.Node
Represents an element in the message queue. Holds an ActorMessage and a reference to the next element in the queue. The reference is null for the last element in the queue.
Field Summary | |
---|---|
ActorMessage |
msg
|
Node |
next
|
Constructor Summary | |
SequentialProcessingActor.Node(ActorMessage actorMessage)
|
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
final ActorMessage msg
Node next
Constructor Detail |
---|
public SequentialProcessingActor.Node(ActorMessage actorMessage)
Groovy Documentation