jinnIdeExecutors.executors.consult
Class ConsultMacro

java.lang.Object
  extended by jinnIdeExecutors.base.ConsultExecutor
      extended by jinnIdeExecutors.executors.consult.ConsultMacro
All Implemented Interfaces:
IExecutor

public class ConsultMacro
extends ConsultExecutor
implements IExecutor

Consult a Jinni file from a macro. TODO find out if this is obsolete and kill it if so TODO make sure before killing it that no beanshell template code is still using this


Constructor Summary
ConsultMacro()
           
 
Method Summary
 StandardExecutionContext.ExecutionResult execute(SpecificExecutionContext... spec)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultMacro

public ConsultMacro()
Method Detail

execute

public StandardExecutionContext.ExecutionResult execute(SpecificExecutionContext... spec)
                                                 throws JinnIdeGeneralExecutorException,
                                                        java.rmi.RemoteException,
                                                        JinniEngineException,
                                                        java.lang.InterruptedException
Specified by:
execute in interface IExecutor
Throws:
JinnIdeGeneralExecutorException
java.rmi.RemoteException
JinniEngineException
java.lang.InterruptedException