Class Fmi2LifecycleHandler
java.lang.Object
org.intocps.maestro.interpreter.extensions.BaseLifecycleHandler
org.intocps.maestro.interpreter.extensions.Fmi2LifecycleHandler
- All Implemented Interfaces:
IValueLifecycleHandler,IDiscoverableRuntimeMablModule
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
IValueLifecycleHandler.ValueLifecycle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.intocps.maestro.interpreter.extensions.BaseLifecycleHandler
getMablModule
-
Constructor Details
-
Fmi2LifecycleHandler
-
-
Method Details
-
destroy
Description copied from interface:IValueLifecycleHandlerDestruction of the initially created value. This serves as a clena up handle- Specified by:
destroyin interfaceIValueLifecycleHandler- Overrides:
destroyin classBaseLifecycleHandler- Parameters:
value- the value to destroy
-
instantiate
Description copied from interface:IValueLifecycleHandlerCreates an instance of the module based on the given arguments- Parameters:
args- the arguments to be used for the creation- Returns:
- either an exception or the value just created
-