|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<InvocationContext.CallType>
org.tango.server.InvocationContext.CallType
public static enum InvocationContext.CallType
Describe how the value retrieval is performed
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
static InvocationContext.CallType |
getFromDevSource(fr.esrf.Tango.DevSource devSource)
|
static InvocationContext.CallType |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
public static InvocationContext.CallType[] values()
for (InvocationContext.CallType c : InvocationContext.CallType.values()) System.out.println(c);
public static InvocationContext.CallType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static InvocationContext.CallType getFromDevSource(fr.esrf.Tango.DevSource devSource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||