Package adams.flow.core
Interface ExternalActorFileHandler
-
- All Known Subinterfaces:
ExternalActorHandler,WeakExternalActor
- All Known Implementing Classes:
AbstractBaseExternalActor,AbstractExternalActor,AbstractIncludeExternalActor,ExternalFlow,ExternalSink,ExternalSource,ExternalStandalone,ExternalTransformer,IncludeExternalSink,IncludeExternalSource,IncludeExternalStandalone,IncludeExternalTransformer,WeakExternalStandalone
public interface ExternalActorFileHandlerInterface for actors that manage an actor loaded from an external file.- Version:
- $Revision: 9036 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowFilegetActorFile()Returns the file containing the external actor.voidsetActorFile(FlowFile value)Sets the file containing the external actor.
-