Package | Description |
---|---|
org.epics.pvmanager.jca |
Support for Epics 3 data source (channel syntax).
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
JCATypeAdapter.createValue(gov.aps.jca.dbr.DBR value,
gov.aps.jca.dbr.DBR metadata,
JCAConnectionPayload connPayload)
Given the value and the (optional) metadata, will create the new value.
|
protected JCATypeAdapter |
JCATypeSupport.find(ValueCache<?> cache,
JCAConnectionPayload channel)
Returns a matching type adapter for the given
cache and channel.
|
Object |
JCATypeAdapter.getSubscriptionParameter(ValueCache cache,
JCAConnectionPayload connPayload) |
int |
JCATypeAdapter.match(ValueCache<?> cache,
JCAConnectionPayload connPayload) |
boolean |
JCATypeAdapter.updateCache(ValueCache cache,
JCAConnectionPayload connPayload,
JCAMessagePayload message) |
Constructor and Description |
---|
JCAConnectionPayload(org.epics.pvmanager.jca.JCAChannelHandler channleHandler,
gov.aps.jca.Channel channel,
JCAConnectionPayload previousPayload) |
Copyright © 2010–2015. All rights reserved.