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