| Package | Description |
|---|---|
| com.cosylab.epics.caj.cas.util | |
| gov.aps.jca.cas |
| Modifier and Type | Method and Description |
|---|---|
ProcessVariableExistanceCompletion |
DefaultServerImpl.processVariableExistanceTest(String aliasName,
InetSocketAddress clientAddress,
ProcessVariableExistanceCallback asyncCompletionCallback) |
| Modifier and Type | Field and Description |
|---|---|
static ProcessVariableExistanceCompletion |
ProcessVariableExistanceCompletion.ASYNC_COMPLETION
Deffered result (asynchronous operation),
ProcessVariableExistanceCompletionCallback.processVariableExistanceTestCompleted() callback method method should be called to return completion. |
static ProcessVariableExistanceCompletion |
ProcessVariableExistanceCompletion.DOES_NOT_EXIST_HERE
Process variable does not exist.
|
static ProcessVariableExistanceCompletion |
ProcessVariableExistanceCompletion.EXISTS_HERE
Process variable exists.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessVariableExistanceCompletion |
Server.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessVariableExistanceCallback.processVariableExistanceTestCompleted(ProcessVariableExistanceCompletion completion)
Notify about process variable existance.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.