public interface PluginConstructorParameters
Compatibility note: new methods may be added to this interface in future releases.
PluginConstructorParameters.TransportConstructorParameters
,
PluginConstructorParameters.CodecConstructorParameters
Modifier and Type | Interface and Description |
---|---|
static interface |
PluginConstructorParameters.CodecConstructorParameters
A container for parameters passed to the constructor of a codec plug-in.
|
static interface |
PluginConstructorParameters.TransportConstructorParameters
A container for parameters passed to the constructor of a transport plug-in.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChainId() |
java.util.Map<java.lang.String,java.lang.Object> |
getConfig()
Get the configuration for this plug-in.
|
PluginHost |
getPluginHost() |
java.lang.String |
getPluginName() |
StatusReporter |
getStatusReporter() |
java.util.Map<java.lang.String,java.lang.Object> getConfig()
MapExtractor
to extract the required values from
the configuration map(s).MapExtractor
java.lang.String getChainId()
java.lang.String getPluginName()
StatusReporter getStatusReporter()
PluginHost getPluginHost()
Submit a bug or feature
Copyright (c) 2013-2017 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.