Interface EngineInterface
- All Superinterfaces:
ConfigurableItemIF, IdentifierAble, Remote, Serializable
- All Known Implementing Classes:
DeleteStore, FilterChanged, LastMappingDataWriter, LogCleaner, ModelTransformation, OptionSetter, SourceCleaner
Interface for all classes called by engine workflow components.
- Version:
- 10.1.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptionGet name of class.voidrun()The engine is executed.voidsetParameter(String sName, String iValue) Set the parameter of the application.voidsetSession(SessionInterface iServer) Set the server session.Methods inherited from interface ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface IdentifierAble
getId, setId
-
Method Details
-
run
-
setSession
Set the server session.- Parameters:
iServer- server session- Throws:
RemoteException
-
getClassname
Get name of class.- Returns:
- class name
- Throws:
RemoteException
-
setParameter
-