Uses of Class
gov.aps.jca.cas.ProcessVariableExistanceCompletion
-
Packages that use ProcessVariableExistanceCompletion Package Description com.cosylab.epics.caj.cas.util gov.aps.jca.cas -
-
Uses of ProcessVariableExistanceCompletion in com.cosylab.epics.caj.cas.util
Methods in com.cosylab.epics.caj.cas.util that return ProcessVariableExistanceCompletion Modifier and Type Method Description ProcessVariableExistanceCompletionDefaultServerImpl. processVariableExistanceTest(String aliasName, InetSocketAddress clientAddress, ProcessVariableExistanceCallback asyncCompletionCallback) -
Uses of ProcessVariableExistanceCompletion in gov.aps.jca.cas
Fields in gov.aps.jca.cas declared as ProcessVariableExistanceCompletion Modifier and Type Field Description static ProcessVariableExistanceCompletionProcessVariableExistanceCompletion. ASYNC_COMPLETIONDeffered result (asynchronous operation),ProcessVariableExistanceCompletionCallback.processVariableExistanceTestCompleted()callback method method should be called to return completion.static ProcessVariableExistanceCompletionProcessVariableExistanceCompletion. DOES_NOT_EXIST_HEREProcess variable does not exist.static ProcessVariableExistanceCompletionProcessVariableExistanceCompletion. EXISTS_HEREProcess variable exists.Methods in gov.aps.jca.cas that return ProcessVariableExistanceCompletion Modifier and Type Method Description static ProcessVariableExistanceCompletionProcessVariableExistanceCompletion. EXISTS_ELSEWHERE(InetSocketAddress addr)Process variable exists at a different address, not this CA server.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.Methods in gov.aps.jca.cas with parameters of type ProcessVariableExistanceCompletion Modifier and Type Method Description voidProcessVariableExistanceCallback. processVariableExistanceTestCompleted(ProcessVariableExistanceCompletion completion)Notify about process variable existance.
-