|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowEventListener | |
|---|---|
| nl.utwente.ewi.hmi.taverna.scuflworkers.rshell | |
| org.embl.ebi.escience.scufl.enactor | Provides a simple facade layer to allow invocation of either an in memory instance of the workflow enactor or a remote and potentially federated cluster of enactor services. |
| org.embl.ebi.escience.scufl.enactor.implementation | Implementations of the various enactor proxy interfaces, these classes perform the communication between proxy interface and real enactor instance, wherever that may be. |
| org.embl.ebi.escience.scufl.tools | Provides user level command line and graphical tools to manipulate and display scufl model instances. |
| Uses of WorkflowEventListener in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell |
|---|
| Classes in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell that implement WorkflowEventListener | |
|---|---|
class |
RshellConnectionManager
Class for managing connections with RServe Now, it is possible to persist a connection and to keep the session |
| Uses of WorkflowEventListener in org.embl.ebi.escience.scufl.enactor |
|---|
| Classes in org.embl.ebi.escience.scufl.enactor that implement WorkflowEventListener | |
|---|---|
class |
WorkflowEventAdapter
An (abstract) adapter around the workflow event listener interface allowing for convenient implementation of a subset of the available event handlers. |
| Uses of WorkflowEventListener in org.embl.ebi.escience.scufl.enactor.implementation |
|---|
| Methods in org.embl.ebi.escience.scufl.enactor.implementation that return types with arguments of type WorkflowEventListener | |
|---|---|
java.util.List<WorkflowEventListener> |
WorkflowEventListenerRegistry.getWorkflowEventListeners()
Returns a list of WorkflowEventListeners registered as an SPI |
| Methods in org.embl.ebi.escience.scufl.enactor.implementation with parameters of type WorkflowEventListener | |
|---|---|
void |
WorkflowEventDispatcher.addListener(WorkflowEventListener listener)
|
void |
WorkflowEventDispatcher.removeListener(WorkflowEventListener listener)
|
| Uses of WorkflowEventListener in org.embl.ebi.escience.scufl.tools |
|---|
| Methods in org.embl.ebi.escience.scufl.tools with parameters of type WorkflowEventListener | |
|---|---|
java.util.Map<java.lang.String,DataThing> |
WorkflowLauncher.execute(java.util.Map<java.lang.String,DataThing> inputs,
WorkflowEventListener workflowEventListener)
Executes the workflow with the provided inputs (which is a Map of DataThings) and userContext. |
java.util.Map<java.lang.String,DataThing> |
WorkflowLauncher.execute(java.util.Map<java.lang.String,DataThing> inputs,
WorkflowEventListener[] workflowEventListeners)
Executes the workflow with the provided inputs (which is a Map of DataThings) and userContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||