org.epics.pvmanager
Interface DataSourceTypeAdapterSet

All Known Subinterfaces:
JCATypeAdapterSet
All Known Implementing Classes:
JCAVTypeAdapterSet

public interface DataSourceTypeAdapterSet

A set of type adapters. This optional class is provided to help create a more flexible type support in a datasource, so that support for individual types is done through runtime configuration.

Author:
carcassi

Method Summary
 java.util.Collection<? extends DataSourceTypeAdapter<?,?>> getAdapters()
          Returns a collation of adapters.
 

Method Detail

getAdapters

java.util.Collection<? extends DataSourceTypeAdapter<?,?>> getAdapters()
Returns a collation of adapters. The collection must be immutable.

Returns:
a collection; not null