Package org.spf4j.zel.instr
Class CALL
- java.lang.Object
-
- org.spf4j.zel.instr.Instruction
-
- org.spf4j.zel.instr.CALL
-
- All Implemented Interfaces:
Serializable
public final class CALL extends Instruction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CALL(int nrParameters)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(ExecutionContext context)Instruction executionObject[]getParameters()static List<Object>getParameters(ExecutionContext nctx, int nrParameters)-
Methods inherited from class org.spf4j.zel.instr.Instruction
toString
-
-
-
-
Method Detail
-
execute
public int execute(ExecutionContext context) throws ExecutionException, InterruptedException, SuspendedException
Description copied from class:InstructionInstruction execution- Specified by:
executein classInstruction- Parameters:
context- ExecutionContext- Throws:
InterruptedExceptionExecutionExceptionSuspendedException
-
getParameters
public static List<Object> getParameters(ExecutionContext nctx, int nrParameters)
-
getParameters
public Object[] getParameters()
- Specified by:
getParametersin classInstruction
-
-