Uses of Interface
de.iip_ecosphere.platform.connectors.ChannelAdapterSelector
-
Packages that use ChannelAdapterSelector Package Description de.iip_ecosphere.platform.connectors The connectors component defining the interface to generic machine/platform connectors. -
-
Uses of ChannelAdapterSelector in de.iip_ecosphere.platform.connectors
Fields in de.iip_ecosphere.platform.connectors declared as ChannelAdapterSelector Modifier and Type Field Description private ChannelAdapterSelector<O,I,CO,CI>AbstractChannelConnector. selectorMethods in de.iip_ecosphere.platform.connectors that return ChannelAdapterSelector Modifier and Type Method Description private static <O,I,CO,CI>
ChannelAdapterSelector<O,I,CO,CI>AbstractChannelConnector. ensureAdapterSelector(ChannelAdapterSelector<O,I,CO,CI> selector)Ensures that there is at least a default first-adapter selector of the right type.protected ChannelAdapterSelector<O,I,CO,CI>AbstractChannelConnector. getSelector()Returns the adapter selector.Methods in de.iip_ecosphere.platform.connectors with parameters of type ChannelAdapterSelector Modifier and Type Method Description private static <O,I,CO,CI>
ChannelAdapterSelector<O,I,CO,CI>AbstractChannelConnector. ensureAdapterSelector(ChannelAdapterSelector<O,I,CO,CI> selector)Ensures that there is at least a default first-adapter selector of the right type.Constructors in de.iip_ecosphere.platform.connectors with parameters of type ChannelAdapterSelector Constructor Description AbstractChannelConnector(ChannelAdapterSelector<O,I,CO,CI> selector, ChannelProtocolAdapter<O,I,CO,CI>... adapter)Creates an instance and installs the protocol adapter.
-