public class OrchestratorService extends FrameworkPluggableProviderService<OrchestratorPlugin> implements FrameworkSupportService, DescribableService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
implementationClass, name| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription(java.lang.String name) |
static OrchestratorService |
getInstanceForFramework(Framework framework) |
boolean |
isScriptPluggable()
default implementation returns false, subclasses should override to
|
createProviderInstanceFromType, getFramework, getPluginManager, hasValidProviderSignatureadapter, createProviderInstance, createScriptProviderInstance, getName, isValidProviderClass, listDescribableProviders, listDescriptions, listProviders, providerOfTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlistDescribableProviders, listDescriptionsgetNamepublic static final java.lang.String SERVICE_NAME
public boolean isScriptPluggable()
BasePluggableProviderServiceisScriptPluggable in interface PluggableService<OrchestratorPlugin>isScriptPluggable in class BasePluggableProviderService<OrchestratorPlugin>public Description getDescription(java.lang.String name)
public static OrchestratorService getInstanceForFramework(Framework framework)