JMACS

org.jmacs.pd
Interface IInterpreter


public interface IInterpreter

command interpreter. See package description.

Version:
$Id: IInterpreter.java 801 2006-07-14 15:19:01Z rob $
Author:
Rob Dickens

Method Summary
 Serializable interpretCmd(Object cmd, IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo, boolean control)
          interprets cmd.
 

Method Detail

interpretCmd

Serializable interpretCmd(Object cmd,
                          IDevice.IDriver driver,
                          IDevice.IStatus status,
                          IDevice.IConstants constants,
                          IProgInfo progInfo,
                          boolean control)
                          throws DiDriverException
interprets cmd.

Parameters:
control - whether submitter deemed to have control privilege. It is left to the impl'n to decide whether cmd requires this or not.
Throws:
DiDriverException

JMACS

jmacs.org