JMACS

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.IControls.


Method Summary
 Serializable executeCmd(String diName, Serializable cmd)
          attempts to have diName execute cmd.
 
Methods inherited from interface org.jmacs.IDi.IDriver.IContext
getConstants
 

Method Detail

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

jmacs.org