Interface ChannelAdapterSelector.ChannelAdapterProvider<O,I,CO,CI>
-
- Type Parameters:
O- the output type from the underlying machine/platformI- the input type to the underlying machine/platformCO- the output type of the connectorCI- the input type of the connector
- All Superinterfaces:
AdapterSelector.AdapterProvider<O,I,CO,CI>
- All Known Implementing Classes:
AbstractChannelConnector.ChannelAdapterProvider
- Enclosing interface:
- ChannelAdapterSelector<O,I,CO,CI>
public static interface ChannelAdapterSelector.ChannelAdapterProvider<O,I,CO,CI> extends AdapterSelector.AdapterProvider<O,I,CO,CI>
RefinesAdapterSelector.AdapterProvider.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelProtocolAdapter<O,I,CO,CI>getAdapter(int index)Returns the specified adapter.-
Methods inherited from interface de.iip_ecosphere.platform.connectors.AdapterSelector.AdapterProvider
getAdapterCount
-
-
-
-
Method Detail
-
getAdapter
ChannelProtocolAdapter<O,I,CO,CI> getAdapter(int index)
Description copied from interface:AdapterSelector.AdapterProviderReturns the specified adapter.- Specified by:
getAdapterin interfaceAdapterSelector.AdapterProvider<O,I,CO,CI>- Parameters:
index- the 0-based index- Returns:
- the adapter
-
-