Class CATypeSupport
- java.lang.Object
-
- org.epics.gpclient.datasource.DataSourceTypeSupport
-
- org.epics.gpclient.datasource.ca.types.CATypeSupport
-
public class CATypeSupport extends org.epics.gpclient.datasource.DataSourceTypeSupportGiven a set ofCATypeAdapterprepares type support for the JCA data source.- Author:
- carcassi
-
-
Constructor Summary
Constructors Constructor Description CATypeSupport(CATypeAdapterSet adapters)A new type support for the jca type support.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CATypeAdapterfind(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connection)Returns a matching type adapter for the given cache and channel.
-
-
-
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 dataconnection- the ca channel- Returns:
- the matched type adapter
-
-