Package | Description |
---|---|
org.epics.pvmanager.jca |
Support for Epics 3 data source (channel syntax).
|
Modifier and Type | Method and Description |
---|---|
JCADataSourceBuilder |
JCADataSourceBuilder.dbePropertySupported(boolean dbePropertySupported)
Whether a separate monitor should be used for listening to metadata
changes.
|
JCADataSourceBuilder |
JCADataSourceBuilder.honorZeroPrecision(boolean honorZeroPrecision)
If true, the formatter returned by the VType will show
no decimal digits (assumes it was configured);
if false, it will return all the digit (assumes it wasn't configured).
|
JCADataSourceBuilder |
JCADataSourceBuilder.jcaContext(gov.aps.jca.Context jcaContext)
The jca context to use.
|
JCADataSourceBuilder |
JCADataSourceBuilder.jcaContextClass(String className)
The class name for the implementation of JCA.
|
JCADataSourceBuilder |
JCADataSourceBuilder.monitorMask(int monitorMask)
The mask used for the monitor notifications.
|
JCADataSourceBuilder |
JCADataSourceBuilder.rtypValueOnly(boolean rtypValueOnly)
If true, for fields that match ".*\.RTYP.*" only the value will be
read; alarm and time will be created at client side.
|
JCADataSourceBuilder |
JCADataSourceBuilder.typeSupport(JCATypeSupport typeSupport)
Changes the way JCA DBR types are mapped to types supported in pvamanger.
|
JCADataSourceBuilder |
JCADataSourceBuilder.varArraySupported(boolean varArraySupported)
If true, monitors will setup using "0" length, which will make
the server a variable length array in return (if supported) or a "0"
length array (if not supported).
|
Constructor and Description |
---|
JCADataSource(JCADataSourceBuilder builder) |
Copyright © 2010–2015. All rights reserved.