Uses of Interface
org.guvnor.ala.runtime.RuntimeState
-
Packages that use RuntimeState Package Description org.guvnor.ala.runtime org.guvnor.ala.runtime.base -
-
Uses of RuntimeState in org.guvnor.ala.runtime
Methods in org.guvnor.ala.runtime that return RuntimeState Modifier and Type Method Description RuntimeStateRuntime. getState() -
Uses of RuntimeState in org.guvnor.ala.runtime.base
Classes in org.guvnor.ala.runtime.base that implement RuntimeState Modifier and Type Class Description classBaseRuntimeStateBaseRuntimeState implementation to be extended by each Runtime ProviderMethods in org.guvnor.ala.runtime.base that return RuntimeState Modifier and Type Method Description RuntimeStateBaseRuntime. getState()Constructors in org.guvnor.ala.runtime.base with parameters of type RuntimeState Constructor Description BaseRuntime(String id, String name, RuntimeConfig config, ProviderId providerId, RuntimeEndpoint endpoint, RuntimeInfo info, RuntimeState state)
-