public interface ChainManagerConstructorParameters
Compatibility note: new methods may be added to this interface in future releases.
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ChainDefinition> |
getChainDefinitions() |
ChainManagerHost |
getChainManagerHost() |
java.util.Map<java.lang.String,java.lang.Object> |
getManagerConfig()
Get the configuration for this manager.
|
java.lang.String |
getManagerName() |
StatusReporter |
getStatusReporter() |
java.lang.String |
getTransportPluginName() |
java.util.Map<java.lang.String,java.lang.Object> getManagerConfig()
MapExtractor
to extract the required values from
the configuration map(s).
This object is owned by the manager and can be mutated by it if desired.
java.lang.String getManagerName()
java.lang.String getTransportPluginName()
ChainManagerHost getChainManagerHost()
java.util.Collection<ChainDefinition> getChainDefinitions()
StatusReporter getStatusReporter()
Submit a bug or feature
Copyright (c) 2013-2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.