|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceTypeAdapter | |
|---|---|
| org.epics.pvmanager |
|
| org.epics.pvmanager.jca | Support for Epics 3 data source. |
| Uses of DataSourceTypeAdapter in org.epics.pvmanager |
|---|
| Methods in org.epics.pvmanager with type parameters of type DataSourceTypeAdapter | ||
|---|---|---|
protected
|
DataSourceTypeSupport.find(java.util.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. |
|
| Methods in org.epics.pvmanager that return DataSourceTypeAdapter | |
|---|---|
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. |
| Methods in org.epics.pvmanager that return types with arguments of type DataSourceTypeAdapter | |
|---|---|
java.util.Collection<? extends DataSourceTypeAdapter<?,?>> |
DataSourceTypeAdapterSet.getAdapters()
Returns a collation of adapters. |
| Method parameters in org.epics.pvmanager with type arguments of type DataSourceTypeAdapter | |
|---|---|
protected java.lang.String |
DataSourceTypeSupport.formatMessage(ValueCache<?> cache,
java.lang.Object connection,
int match,
java.util.List<? extends DataSourceTypeAdapter<?,?>> matchedConverters)
Formats the error message in case of not unique match. |
| Uses of DataSourceTypeAdapter in org.epics.pvmanager.jca |
|---|
| Classes in org.epics.pvmanager.jca that implement DataSourceTypeAdapter | |
|---|---|
class |
JCATypeAdapter
Type adapter for JCA data source. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||