Uses of Class
org.epics.pvmanager.TypeSupport

Packages that use TypeSupport
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

Uses of TypeSupport in org.epics.pvmanager
 

Subclasses of TypeSupport in org.epics.pvmanager
 class NotificationSupport<T>
          Dedicated notification type support.
 class TimeSupport<T>
          Strategy class that extract time information from a given type.
 

Methods in org.epics.pvmanager that return TypeSupport
protected static
<T> TypeSupport<T>
TypeSupport.findTypeSupportFor(java.lang.Class<? extends TypeSupport> supportFamily, java.lang.Class<T> typeClass)
          Calculates and caches the type support for a particular class, so that introspection does not occur at every call.
 

Methods in org.epics.pvmanager with parameters of type TypeSupport
static void TypeSupport.addTypeSupport(TypeSupport<?> typeSupport)
          Adds type support for the given class.
 

Method parameters in org.epics.pvmanager with type arguments of type TypeSupport
protected static
<T> TypeSupport<T>
TypeSupport.findTypeSupportFor(java.lang.Class<? extends TypeSupport> supportFamily, java.lang.Class<T> typeClass)
          Calculates and caches the type support for a particular class, so that introspection does not occur at every call.
 

Constructor parameters in org.epics.pvmanager with type arguments of type TypeSupport
TypeSupport(java.lang.Class<T> type, java.lang.Class<? extends TypeSupport> typeSupportFamily)
          Creates a new type support of the given type
 



Copyright © 2011. All Rights Reserved.