Method and Description |
---|
org.epics.pvmanager.PVReader.addPVReaderListener(Class>, PVReaderListener)
this method was rarely used and the functionalities
can be replicated with an ad-hoc listener; with the addition of generic
typing in the listener, this pollutes the interface for the remove
|
org.epics.pvmanager.util.NullUtils.equalsOrBothNull(Object, Object)
use Java7 method java.util.Objects.equals
|
org.epics.pvmanager.jca.JCADataSource.isVarArraySupported(Context) |
org.epics.vtype.ValueFactory.wrapValue(Object) |
org.epics.vtype.ValueFactory.wrapValue(Object, Alarm) |
Constructor and Description |
---|
org.epics.pvmanager.jca.JCADataSource(Context, int) |
org.epics.pvmanager.jca.JCADataSource(Context, int, JCATypeSupport) |
org.epics.pvmanager.jca.JCADataSource(Context, int, JCATypeSupport, boolean, boolean) |
org.epics.pvmanager.jca.JCADataSource(String, int) |
org.epics.pvmanager.loc.LocalDataSource(boolean)
do not use zero initialization of local variable: does not work for non numeric variables
|
Copyright © 2010–2015. All rights reserved.