JMACS

org.jmacs.pd
Interface IInterpreter


public interface IInterpreter

command interpreter. See package description.

Version:
$Id: IInterpreter.java 2767 2008-02-09 14:41:20Z rob $
Author:
Rob Dickens

Nested Class Summary
static interface IInterpreter.Context
          context, as passed to interpretCmd(Serializable, Context, boolean).
 
Method Summary
 Serializable interpretCmd(Serializable cmd, IInterpreter.Context context, boolean control)
          interprets cmd.
 

Method Detail

interpretCmd

Serializable interpretCmd(Serializable cmd,
                          IInterpreter.Context context,
                          boolean control)
                          throws Exception
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:
Exception

JMACS

jmacs.org