Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Packages that use RuntimeEnvironment Package Description de.aristaflow.adept2.model.runtimeenvironment -
-
Uses of RuntimeEnvironment in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return RuntimeEnvironment Modifier and Type Method Description RuntimeEnvironment
SessionContext. getRuntimeEnvironment()
Returns a reference to the appropriate RuntimeEnvironment.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type RuntimeEnvironment Modifier and Type Method Description SessionContext
RuntimeEnvironmentFactory. getInitialSessionContext(ClientSessionFactory sessionFactory, String sessionID, EBPInstanceReference ebpInstanceReference, DataContext dataContext, ExecutionContext executionContext, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns an application related implementation of the session context and initialises the sessionID of the session context by the passed value.SessionContext
RuntimeEnvironmentFactory. getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns a session context based on the designated one.
-