Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Packages that use RuntimeEnvironment
-
Uses of RuntimeEnvironment in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return RuntimeEnvironmentModifier and TypeMethodDescriptionSessionContext.getRuntimeEnvironment()Returns a reference to the appropriate RuntimeEnvironment.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type RuntimeEnvironmentModifier and TypeMethodDescriptionRuntimeEnvironmentFactory.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.RuntimeEnvironmentFactory.getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread) Returns a session context based on the designated one.