org.epics.pvmanager.jca
Class JCATypeSupport

java.lang.Object
  extended by org.epics.pvmanager.DataSourceTypeSupport
      extended by org.epics.pvmanager.jca.JCATypeSupport

public class JCATypeSupport
extends DataSourceTypeSupport

Given a set of JCATypeAdapter prepares type support for the JCA data source.

Author:
carcassi

Constructor Summary
JCATypeSupport(JCATypeAdapterSet adapters)
          A new type support for the jca type support.
 
Method Summary
protected  JCATypeAdapter find(ValueCache<?> cache, Channel channel)
          Returns a matching type adapter for the given cache and channel.
 
Methods inherited from class org.epics.pvmanager.DataSourceTypeSupport
find, formatMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCATypeSupport

public JCATypeSupport(JCATypeAdapterSet adapters)
A new type support for the jca type support.

Parameters:
adapters - a set of jca adapters
Method Detail

find

protected JCATypeAdapter find(ValueCache<?> cache,
                              Channel channel)
Returns a matching type adapter for the given cache and channel.

Parameters:
cache - the cache that will store the data
channel - the jca channel
Returns:
the matched type adapter