|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectmanagers.ProcessingManager
public class ProcessingManager
Processes the Bluelemon instructions.
| Method Summary | |
|---|---|
void |
addInstruction(BluelemonCode instruction)
Adds a Bluelemon instruction to the end of the processing stack. |
void |
processInstruction(BluelemonCode instruction)
Adds a Bluelemon instruction to the beginning of the processing stack and notifies the processing thread. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addInstruction(BluelemonCode instruction)
instruction - instruction being added to the end of the processing stack
<blue:call manager="ProcessingManager" method="addInstruction">
<blue:argument type="variable" name="instruction"/>
</blue:call>
public void processInstruction(BluelemonCode instruction)
instruction - instruction to process
<blue:call manager="ProcessingManager" method="processInstruction">
<blue:argument type="variable" name="instructionToProcess"/>
</blue:call>
When the Bluelemon instruction is stored in the node it is convenient to use
<call
node='...' location='...'> syntax:
<blue:call node="com/emarson/bluelemon/anInstruction"
location="permanent"/>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||