| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovyx.gpars.actor.impl.SequentialProcessingActor.Node
private static 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 | |
|---|---|
(package private)  ActorMessage | 
msg
 | 
(package private)  SequentialProcessingActor.Node | 
next
 | 
| Constructor Summary | |
|---|---|
SequentialProcessingActor.Node(ActorMessage actorMessage)
 | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
volatile SequentialProcessingActor.Node next
final ActorMessage msg
| Constructor Detail | 
|---|
SequentialProcessingActor.Node(ActorMessage actorMessage)
  | 
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||