public final class ProcessVariableExistanceCompletion extends Enum
| Modifier and Type | Field and Description |
|---|---|
static ProcessVariableExistanceCompletion |
ASYNC_COMPLETION
Deffered result (asynchronous operation),
ProcessVariableExistanceCompletionCallback.processVariableExistanceTestCompleted() callback method method should be called to return completion. |
static ProcessVariableExistanceCompletion |
DOES_NOT_EXIST_HERE
Process variable does not exist.
|
static ProcessVariableExistanceCompletion |
EXISTS_HERE
Process variable exists.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessVariableExistanceCompletion(String name)
Creates a new PV existance completion.
|
public static final ProcessVariableExistanceCompletion EXISTS_HERE
public static final ProcessVariableExistanceCompletion DOES_NOT_EXIST_HERE
public static final ProcessVariableExistanceCompletion ASYNC_COMPLETION
ProcessVariableExistanceCompletionCallback.processVariableExistanceTestCompleted() callback method method should be called to return completion.protected ProcessVariableExistanceCompletion(String name)
protected to deny creation of unsupported types.name - name of the completion.Copyright © 2004-2020 EPICS. All Rights Reserved.