Uses of Interface
org.guvnor.ala.runtime.providers.ProviderId
-
-
Uses of ProviderId in org.guvnor.ala.config
Methods in org.guvnor.ala.config that return ProviderId Modifier and Type Method Description ProviderIdProvisioningConfig. getProviderId()ProviderIdRuntimeConfig. getProviderId() -
Uses of ProviderId in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return ProviderId Modifier and Type Method Description ProviderIdPipelineExecutorTaskDef. getProviderId() -
Uses of ProviderId in org.guvnor.ala.pipeline.execution.impl
Classes in org.guvnor.ala.pipeline.execution.impl that implement ProviderId Modifier and Type Class Description classInternalProviderIdMethods in org.guvnor.ala.pipeline.execution.impl that return ProviderId Modifier and Type Method Description ProviderIdPipelineExecutorTaskDefImpl. getProviderId()Constructors in org.guvnor.ala.pipeline.execution.impl with parameters of type ProviderId Constructor Description PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderId providerId) -
Uses of ProviderId in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry with parameters of type ProviderId Modifier and Type Method Description <T extends Provider>
Optional<T>RuntimeRegistry. getProvider(ProviderId providerId, Class<T> clazz)Gets a provider based on ProviderId and Class type. -
Uses of ProviderId in org.guvnor.ala.registry.inmemory
Methods in org.guvnor.ala.registry.inmemory with parameters of type ProviderId Modifier and Type Method Description <T extends Provider>
Optional<T>InMemoryRuntimeRegistry. getProvider(ProviderId providerId, Class<T> clazz) -
Uses of ProviderId in org.guvnor.ala.runtime
Methods in org.guvnor.ala.runtime that return ProviderId Modifier and Type Method Description ProviderIdRuntimeId. getProviderId() -
Uses of ProviderId in org.guvnor.ala.runtime.base
Methods in org.guvnor.ala.runtime.base that return ProviderId Modifier and Type Method Description ProviderIdBaseRuntime. getProviderId()Constructors in org.guvnor.ala.runtime.base with parameters of type ProviderId Constructor Description BaseRuntime(String id, String name, RuntimeConfig config, ProviderId providerId, RuntimeEndpoint endpoint, RuntimeInfo info, RuntimeState state) -
Uses of ProviderId in org.guvnor.ala.runtime.providers
Subinterfaces of ProviderId in org.guvnor.ala.runtime.providers Modifier and Type Interface Description interfaceProvider<C extends ProviderConfig>A provider represents a running entity that allows the provisioning of runtimes.Methods in org.guvnor.ala.runtime.providers with parameters of type ProviderId Modifier and Type Method Description voidProviderDestroyer. destroy(ProviderId providerId)booleanProviderDestroyer. supports(ProviderId providerId) -
Uses of ProviderId in org.guvnor.ala.runtime.providers.base
Classes in org.guvnor.ala.runtime.providers.base that implement ProviderId Modifier and Type Class Description classBaseProvider<C extends ProviderConfig>BaseProvider implementation to be extended by concrete Providers
-