|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.plugins.ChainedProviderService<T>
public abstract class ChainedProviderService<T>
ChainedProviderService attempts to load the provider from a primary service, and if that fails, it attempts it from a secondary service.
Constructor Summary | |
---|---|
ChainedProviderService()
|
Method Summary | |
---|---|
protected abstract java.util.List<ProviderService<T>> |
getServiceList()
|
java.util.List<ProviderIdent> |
listProviders()
|
T |
providerOfType(java.lang.String providerName)
Return the provider instance of the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.dtolabs.rundeck.core.common.FrameworkSupportService |
---|
getName |
Constructor Detail |
---|
public ChainedProviderService()
Method Detail |
---|
public T providerOfType(java.lang.String providerName) throws ExecutionServiceException
ProviderService
providerOfType
in interface ProviderService<T>
ExecutionServiceException
public java.util.List<ProviderIdent> listProviders()
listProviders
in interface ProviderService<T>
protected abstract java.util.List<ProviderService<T>> getServiceList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |