|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IDi.IDriver.ISampler.IContext
as passed to IDi.IDriver.ISampler
s. When specifying the name of a
target device interface (see IDi.AbstractFactory
), start with
'.' to prepend the name of the client DI itself, otherwise the name of
the root will be prepended. (Thus, "." refers to the client DI itself,
and "" to the root itself.)
Method Summary | |
---|---|
Serializable |
getStatus(String diName)
attempts to get status of diName. |
Serializable |
getStatus(String diName,
long[] timestamp)
as above but also returns timestamp. |
Methods inherited from interface org.jmacs.IDi.IDriver.IContext |
---|
getConstants |
Method Detail |
---|
Serializable getStatus(String diName) throws ClientDiException
diName
- See above.
ClientDiException
Serializable getStatus(String diName, long[] timestamp) throws ClientDiException
timestamp
- the first element will contain the timestamp (ms since
epoch) of the status sample upon return
ClientDiException
|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |