Class CATypeSupport


  • public class CATypeSupport
    extends org.epics.gpclient.datasource.DataSourceTypeSupport
    Given a set of CATypeAdapter prepares type support for the JCA data source.
    Author:
    carcassi
    • Constructor Detail

      • CATypeSupport

        public CATypeSupport​(CATypeAdapterSet adapters)
        A new type support for the jca type support.
        Parameters:
        adapters - a set of jca adapters
    • Method Detail

      • find

        public CATypeAdapter find​(org.epics.gpclient.ReadCollector<?,​?> cache,
                                  CAConnectionPayload connection)
        Returns a matching type adapter for the given cache and channel.
        Parameters:
        cache - the cache that will store the data
        connection - the ca channel
        Returns:
        the matched type adapter