Uses of Class
org.epics.gpclient.datasource.ca.CAConnectionPayload
-
Packages that use CAConnectionPayload Package Description org.epics.gpclient.datasource.ca org.epics.gpclient.datasource.ca.types Support for Epics 3 data source (channel syntax). -
-
Uses of CAConnectionPayload in org.epics.gpclient.datasource.ca
Methods in org.epics.gpclient.datasource.ca with parameters of type CAConnectionPayload Modifier and Type Method Description protected CATypeAdapterCAChannelHandler. findTypeAdapter(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connection)protected booleanCAChannelHandler. isConnected(CAConnectionPayload connPayload)protected booleanCAChannelHandler. isWriteConnected(CAConnectionPayload connPayload)Constructors in org.epics.gpclient.datasource.ca with parameters of type CAConnectionPayload Constructor Description CAConnectionPayload(CAChannelHandler channleHandler, gov.aps.jca.Channel channel, CAConnectionPayload previousPayload) -
Uses of CAConnectionPayload in org.epics.gpclient.datasource.ca.types
Methods in org.epics.gpclient.datasource.ca.types with parameters of type CAConnectionPayload Modifier and Type Method Description abstract ObjectCATypeAdapter. createValue(gov.aps.jca.dbr.DBR message, gov.aps.jca.dbr.DBR metadata, CAConnectionPayload connPayload)Given the value create the new value.CATypeAdapterCATypeSupport. find(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connection)Returns a matching type adapter for the given cache and channel.ObjectCATypeAdapter. getSubscriptionParameter(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connection)booleanCATypeAdapter. match(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connectionPayload)voidCATypeAdapter. updateCache(org.epics.gpclient.ReadCollector cache, CAConnectionPayload connection, CAMessagePayload message)
-