Uses of Interface
org.embl.ebi.escience.scufl.enactor.EnactorProxy

Packages that use EnactorProxy
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.scuflui Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. 
 

Uses of EnactorProxy in org.embl.ebi.escience.scufl.enactor
 

Subinterfaces of EnactorProxy in org.embl.ebi.escience.scufl.enactor
 interface ResumableEnactorProxy
          Extends the EnactorProxy interface with the addition of methods to allow the location of and connection to previously submitted workflow instances.
 

Uses of EnactorProxy in org.embl.ebi.escience.scufl.enactor.implementation
 

Classes in org.embl.ebi.escience.scufl.enactor.implementation that implement EnactorProxy
 class FreefluoEnactorProxy
          An implementation of the EnactorProxy class that uses the Freefluo workflow enactor.
 

Methods in org.embl.ebi.escience.scufl.enactor.implementation that return EnactorProxy
static EnactorProxy FreefluoEnactorProxy.getInstance()
          Singleton pattern to retrieve a FreefluoEnactorProxy
 

Uses of EnactorProxy in org.embl.ebi.escience.scuflui
 

Constructors in org.embl.ebi.escience.scuflui with parameters of type EnactorProxy
EnactorInvocation(EnactorProxy enactor, ScuflModel model, java.util.Map inputDataThings)
          Create a new enactor run panel using the new plugable enactor proxy.