public static enum InvocationContext.CallType extends Enum<InvocationContext.CallType>
| Enum Constant and Description |
|---|
CACHE
retrieve value in cache (updated by polling)
|
CACHE_DEV
If polling is on, retrieve value in cache, in device otherwise
|
DEV
Call will be done on the device
|
POLLING
The call is done from the polling threads.
|
UNKNOWN
Unknown source call.
|
| Modifier and Type | Method and Description |
|---|---|
static InvocationContext.CallType |
getFromDevSource(fr.esrf.Tango.DevSource devSource) |
static InvocationContext.CallType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationContext.CallType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvocationContext.CallType DEV
public static final InvocationContext.CallType CACHE
public static final InvocationContext.CallType CACHE_DEV
public static final InvocationContext.CallType POLLING
public static final InvocationContext.CallType UNKNOWN
public static InvocationContext.CallType[] values()
for (InvocationContext.CallType c : InvocationContext.CallType.values()) System.out.println(c);
public static InvocationContext.CallType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static InvocationContext.CallType getFromDevSource(fr.esrf.Tango.DevSource devSource)
Copyright © 2012–2017 Tango Controls. All rights reserved.