Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
-
Packages that use RuntimeEnvironmentFactory Package Description de.aristaflow.adept2.core.client de.aristaflow.ilm.model.runtimeenvironment de.aristaflow.ilm.ws.core.runtimeservice -
-
Uses of RuntimeEnvironmentFactory in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return RuntimeEnvironmentFactory Modifier and Type Method Description RuntimeEnvironmentFactoryLocalExecutionClientService. getRuntimeEnvironmentFactory()Gets the anonymous instance of the runtime environment factory using the classloader of this registry.RuntimeEnvironmentFactoryMultiplexingClientService. getRuntimeEnvironmentFactory() -
Uses of RuntimeEnvironmentFactory in de.aristaflow.ilm.model.runtimeenvironment
Methods in de.aristaflow.ilm.model.runtimeenvironment with parameters of type RuntimeEnvironmentFactory Modifier and Type Method Description static SerialisableDataContextTransformation. fromIlm(RuntimeEnvironmentFactory ref, DataContext dc)Deprecated, for removal: This API element is subject to removal in a future version.static SerialisableDataContextTransformation. fromIlm(RuntimeEnvironmentFactory ref, DataContext dc, Logger logger) -
Uses of RuntimeEnvironmentFactory in de.aristaflow.ilm.ws.core.runtimeservice
Fields in de.aristaflow.ilm.ws.core.runtimeservice declared as RuntimeEnvironmentFactory Modifier and Type Field Description protected RuntimeEnvironmentFactoryRemoteRuntimeEnvironmentWebService. ref
-