Package com.caplin.motif.fx.precision
Class FXPrecisionAdapter
- java.lang.Object
-
- com.caplin.motif.datasource.CachedAdapter
-
- com.caplin.motif.fx.precision.FXPrecisionAdapter
-
public class FXPrecisionAdapter extends CachedAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
METRIC_NAME_PREFIX
-
Constructor Summary
Constructors Constructor Description FXPrecisionAdapter(com.caplin.datasource.DataSource dataSource)
Constructs a CachedAdapter to wrap requests made to the specified dataSource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrecisionInformationPublisher
createPrecisionInformationPublisher(java.lang.String namespace, CachedDataProvider<PrecisionSubjectInfo> provider)
-
Methods inherited from class com.caplin.motif.datasource.CachedAdapter
clearCache, createActivePublisher, createActivePublisher, createCachedPublisher, createCachedPublisher, createCachedPublisher, createCachedPublisher
-
-
-
-
Field Detail
-
METRIC_NAME_PREFIX
public static final java.lang.String METRIC_NAME_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
createPrecisionInformationPublisher
public PrecisionInformationPublisher createPrecisionInformationPublisher(java.lang.String namespace, CachedDataProvider<PrecisionSubjectInfo> provider)
-
-