|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessCompletionEvent | |
---|---|
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. |
Uses of ProcessCompletionEvent in org.embl.ebi.escience.scufl.enactor |
---|
Methods in org.embl.ebi.escience.scufl.enactor with parameters of type ProcessCompletionEvent | |
---|---|
void |
WorkflowEventListener.processCompleted(ProcessCompletionEvent e)
Called when an individual processor within a workflow completes its invocation successfuly. |
void |
WorkflowEventAdapter.processCompleted(ProcessCompletionEvent e)
|
Uses of ProcessCompletionEvent in org.embl.ebi.escience.scufl.enactor.implementation |
---|
Methods in org.embl.ebi.escience.scufl.enactor.implementation with parameters of type ProcessCompletionEvent | |
---|---|
void |
WorkflowEventDispatcher.fireProcessCompleted(ProcessCompletionEvent e)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |