Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.jca |
Support for Epics 3 data source (channel syntax).
|
org.epics.pvmanager.pva |
Support for Epics 4 data source (channel syntax).
|
Modifier and Type | Method and Description |
---|---|
protected <C,T extends DataSourceTypeAdapter<? super C,?>> |
DataSourceTypeSupport.find(Collection<T> typeAdapters,
ValueCache<?> cache,
C connection)
Given a collection of type datapters, finds the one that can store
data in the cache given the channel information described in the
connection payload.
|
Modifier and Type | Method and Description |
---|---|
protected DataSourceTypeAdapter<ConnectionPayload,MessagePayload> |
MultiplexedChannelHandler.findTypeAdapter(ValueCache<?> cache,
ConnectionPayload connection)
Finds the right adapter to use for the particular cache given the information
of the channels in the connection payload.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends DataSourceTypeAdapter<?,?>> |
DataSourceTypeAdapterSet.getAdapters()
Returns a collation of adapters.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DataSourceTypeSupport.formatMessage(ValueCache<?> cache,
Object connection,
int match,
List<? extends DataSourceTypeAdapter<?,?>> matchedConverters)
Formats the error message in case of not unique match.
|
Modifier and Type | Class and Description |
---|---|
class |
JCATypeAdapter
Type adapter for JCA data source.
|
Modifier and Type | Class and Description |
---|---|
class |
PVATypeAdapter
Type adapter for PVA data source.
|
Copyright © 2010–2015. All rights reserved.