com.dtolabs.rundeck.core.common
Interface FrameworkSupportService

All Known Subinterfaces:
ConfigurableService<T>, DescribableService, ExecutionService, PluggableProviderService<T>, PluggableService<T>, ProviderService<T>
All Known Implementing Classes:
AdapterService, BasePluggableProviderService, BaseProviderRegistryService, ChainedProviderService, ChainedProviderServiceImpl, FileCopierService, FrameworkPluggableProviderService, NodeDispatcherService, NodeExecutorService, NodeSpecifiedService, NodeStepExecutionService, PluggableProviderRegistryService, PluginManagerService, ResourceFormatGeneratorService, ResourceFormatParserService, ResourceModelSourceService, StepExecutionService, WorkflowExecutionService

public interface FrameworkSupportService

FrameworkSupportService common interface for services that can be registered with and retrieved from a Framework instance


Method Summary
 java.lang.String getName()
          Return the name used to identify the service
 

Method Detail

getName

java.lang.String getName()
Return the name used to identify the service