org.jmacs
Interface IDi.IDriver.IControl.IContext
- All Superinterfaces:
- IDi.IDriver.IContext
- All Known Subinterfaces:
- IDi.IDriver.IClient.IContext
- Enclosing interface:
- IDi.IDriver.IControl
public static interface IDi.IDriver.IControl.IContext
- extends IDi.IDriver.IContext
as passed to IDi.IDriver.IControl
s.
executeCmd
Serializable executeCmd(String diName,
Serializable cmd)
throws CmdException,
ClientDiException
- attempts to have diName execute cmd.
- Parameters:
diName
- See IDi.IDriver.ISampler.IContext
.
- Throws:
ClientDiException
- if the specified DI is not currently
registered
DiDriverException
- if the specified DI was unable to execute
the command
CmdException
jmacs.org