|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IDiDriver.IContext
passed to IDiDriver.IClients. When specifying the name of a
target device interface (see ISpi
), 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.)
Nested Class Summary | |
---|---|
static interface |
IDiDriver.IContext.IControlOnly
passed to IDiDriver.IClient.IControllers. |
static interface |
IDiDriver.IContext.IFull
passed to IDiDriver.IClient.IFulls. |
static interface |
IDiDriver.IContext.ISubscribeOnly
passed to IDiDriver.IClient.ISubscribers. |
static class |
IDiDriver.IContext.TimestampContainer
timestamp field will be set if instance is supplied when calling IContext.getStatus. |
Method Summary | |
---|---|
Serializable |
getStatus(String diName)
attempts to get status of diName. |
Serializable |
getStatus(String diName,
IDiDriver.IContext.TimestampContainer container)
as before but also returns timestamp via container. |
Method Detail |
---|
Serializable getStatus(String diName) throws DiDriverException, ClientDiException
diName
- See above.
DiDriverException
ClientDiException
Serializable getStatus(String diName, IDiDriver.IContext.TimestampContainer container) throws DiDriverException, ClientDiException
diName
- See above.
DiDriverException
ClientDiException
|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |