Package org.guvnor.ala.registry.vfs
Class VFSPipelineExecutorRegistry
- java.lang.Object
-
- org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
-
- org.guvnor.ala.registry.vfs.VFSPipelineExecutorRegistry
-
- All Implemented Interfaces:
org.guvnor.ala.registry.PipelineExecutorRegistry
@ApplicationScoped @Specializes public class VFSPipelineExecutorRegistry extends org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistryStores the registered elements in the VFS.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPIPELINE_EXECUTOR_REGISTRY_PATHprotected static StringTRACE_SUFFIX
-
Constructor Summary
Constructors Constructor Description VFSPipelineExecutorRegistry()VFSPipelineExecutorRegistry(VFSRegistryHelper registryHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidderegister(String taskId)voidinit()voidregister(org.guvnor.ala.pipeline.execution.PipelineExecutorTrace trace)
-
-
-
Field Detail
-
PIPELINE_EXECUTOR_REGISTRY_PATH
protected static final String PIPELINE_EXECUTOR_REGISTRY_PATH
- See Also:
- Constant Field Values
-
TRACE_SUFFIX
protected static final String TRACE_SUFFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VFSPipelineExecutorRegistry
public VFSPipelineExecutorRegistry()
-
VFSPipelineExecutorRegistry
@Inject public VFSPipelineExecutorRegistry(VFSRegistryHelper registryHelper)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
register
public void register(org.guvnor.ala.pipeline.execution.PipelineExecutorTrace trace)
- Specified by:
registerin interfaceorg.guvnor.ala.registry.PipelineExecutorRegistry- Overrides:
registerin classorg.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
-
deregister
public void deregister(String taskId)
- Specified by:
deregisterin interfaceorg.guvnor.ala.registry.PipelineExecutorRegistry- Overrides:
deregisterin classorg.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
-
-