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