|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.clients.api.workflow.Pick
public class Pick
Waiting for messages to the workflow resource. When a message arrives the piece of code marked with the matching message signature is executed. The message signature includes:
| Nested Class Summary | |
|---|---|
static class |
Pick.OnMessage
The message handler. |
| Constructor Summary | |
|---|---|
Pick()
|
|
| Method Summary | |
|---|---|
void |
addMessageHandler(Pick.OnMessage handler)
Add the message handler |
void |
emitCode(Scope scope,
org.w3c.dom.Element target)
Emit the piece of code corresponding to the current action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pick()
| Method Detail |
|---|
public void emitCode(Scope scope,
org.w3c.dom.Element target)
throws java.lang.Exception
Action
emitCode in interface Actionscope - The variable scope of the workflowtarget - The XML DOM element to append the action code to
java.lang.Exception - In a case of errorpublic void addMessageHandler(Pick.OnMessage handler)
handler - the handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||