com.ge.research.acuity
Class ScriptInvocationIA

java.lang.Object
  extended bycom.ge.research.acuity.InterfaceAdapter
      extended bycom.ge.research.acuity.ScriptInvocationIA

public class ScriptInvocationIA
extends InterfaceAdapter

Utility class that performs the interface operations for frame script processing, between the AcuityController and an ACUITy UI client application.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:21 $
Author:
garbiras
Created on:
Sep 1, 2005

Field Summary
static java.lang.String INVOKE_SCRIPT
          Script invocation command
static java.lang.String SCRIPT_PARAM_NAME
          Script parameter name attribute identifier
 
Fields inherited from class com.ge.research.acuity.InterfaceAdapter
controller, controllerInterface
 
Constructor Summary
ScriptInvocationIA(ControllerInterface ci, AcuityController ac)
           
 
Method Summary
 boolean process(java.util.Map requestParams, java.util.List exceptionList)
           
 
Methods inherited from class com.ge.research.acuity.InterfaceAdapter
checkControllers, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVOKE_SCRIPT

public static final java.lang.String INVOKE_SCRIPT
Script invocation command

See Also:
Constant Field Values

SCRIPT_PARAM_NAME

public static final java.lang.String SCRIPT_PARAM_NAME
Script parameter name attribute identifier

See Also:
Constant Field Values
Constructor Detail

ScriptInvocationIA

public ScriptInvocationIA(ControllerInterface ci,
                          AcuityController ac)
                   throws java.lang.IllegalArgumentException
Method Detail

process

public boolean process(java.util.Map requestParams,
                       java.util.List exceptionList)