Uses of Interface
gov.aps.jca.cas.ProcessVariableExistanceCallback
-
Packages that use ProcessVariableExistanceCallback Package Description com.cosylab.epics.caj.cas.util gov.aps.jca.cas -
-
Uses of ProcessVariableExistanceCallback in com.cosylab.epics.caj.cas.util
Methods in com.cosylab.epics.caj.cas.util with parameters of type ProcessVariableExistanceCallback Modifier and Type Method Description ProcessVariableExistanceCompletionDefaultServerImpl. processVariableExistanceTest(String aliasName, InetSocketAddress clientAddress, ProcessVariableExistanceCallback asyncCompletionCallback) -
Uses of ProcessVariableExistanceCallback in gov.aps.jca.cas
Methods in gov.aps.jca.cas with parameters of type ProcessVariableExistanceCallback Modifier and Type Method Description ProcessVariableExistanceCompletionServer. processVariableExistanceTest(String aliasName, InetSocketAddress clientAddress, ProcessVariableExistanceCallback asyncCompletionCallback)This function is called by the server library when it needs to determine if a named process variable (PV) exists (or could be created) in the server tool.
-