public interface SynchronousApplicationInstance extends ApplicationInstance
| Modifier and Type | Method and Description |
|---|---|
Map |
invoke(Set outDataTypes)
Callback used by the CARNOT engine when the corresponding activity instance
is run.
|
bootstrap, cleanup, getOutAccessPointValue, setInAccessPointValueMap invoke(Set outDataTypes) throws InvocationTargetException
outDataTypes - A set of AccessPointBean names to be expected as return values.
This is filled by the CARNOT engine and is an optimization hint to prevent
the application instance to evaluate all possible OUT AccessPoints.InvocationTargetException - Any exception thrown during execution of the
application has to be delivered via this exception.Copyright © 2016 Eclipse Stardust. All Rights Reserved.