|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.PVManager
public class PVManager
Manages the PV creation and scanning.
Nested Class Summary | |
---|---|
static class |
PVManager.PVManagerExpression<T>
An expression used to set the final parameters on how the pv expression should be monitored. |
Constructor Summary | |
---|---|
PVManager()
|
Method Summary | ||
---|---|---|
static
|
read(DesiredRateExpression<T> pvExpression)
Reads the given expression. |
|
static
|
read(SourceRateExpression<T> pvExpression)
Reads the given expression. |
|
static void |
setDefaultDataSource(DataSource dataSource)
Changes the default source for data. |
|
static void |
setDefaultThread(ThreadSwitch threadSwitch)
Changes the default thread on which notifications are going to be posted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PVManager()
Method Detail |
---|
public static void setDefaultThread(ThreadSwitch threadSwitch)
threadSwitch
- the new target threadpublic static void setDefaultDataSource(DataSource dataSource)
dataSource
- the data sourcepublic static <T> PVManager.PVManagerExpression<T> read(SourceRateExpression<T> pvExpression)
T
- type of the pv valuepvExpression
- the expression to read
public static <T> PVManager.PVManagerExpression<T> read(DesiredRateExpression<T> pvExpression)
T
- type of the pv valuepvExpression
- the expression to read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |