Package de.mid.innovator.m2msdk.engine
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 de.mid.innovator.m2msdk.model.transformation.interfaces.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setId
-
Method Details
-
run
The engine is executed.- Throws:
RemoteException
-
setSession
Set the server session.- Parameters:
iServer- server session- Throws:
RemoteException
-
getClassname
Get name of class.- Returns:
- class name
- Throws:
RemoteException
-
setParameter
Set the parameter of the application. The value maybe interpreted by the application during the run.- Parameters:
iValue- the Value of the parameter
-