|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.executor.pipe.Sink
public class Sink
This class implements a sink. A sink is used to get the output of a workflow after executing it and providing the output to endpoints that are connected to this sink.
Constructor Summary | |
---|---|
Sink()
Constructor to create a new sink. |
Method Summary | |
---|---|
void |
accept(PluginManager.Message next)
Sends a message to the plugin manager. |
SetOfStatements |
getNextResults()
Returns the next results that the workflow produces. |
void |
setPipeOutputQueue(Queue<SetOfStatements> outputQueue)
Sets the output queue of the pipe. |
void |
setPluginManager(PluginManager workflowPluginManager)
Setter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sink()
Method Detail |
---|
public void accept(PluginManager.Message next)
next
- public void setPipeOutputQueue(Queue<SetOfStatements> outputQueue)
outputQueue
- the ouput queuepublic SetOfStatements getNextResults()
public void setPluginManager(PluginManager workflowPluginManager)
workflowPluginManager
- the workflowPluginManager to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |