org.boris.xlloop
Class FunctionServer.FunctionContext

java.lang.Object
  extended by org.boris.xlloop.FunctionServer.FunctionContext
All Implemented Interfaces:
IFunctionContext
Enclosing class:
FunctionServer

public static class FunctionServer.FunctionContext
extends java.lang.Object
implements IFunctionContext


Constructor Summary
FunctionServer.FunctionContext(IFunctionHandler handler, XLSRef caller, java.lang.String sheetName)
           
 
Method Summary
 XLoper execute(java.lang.String name, XLoper[] args)
           
 XLSRef getCaller()
           
 java.lang.String getSheetName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionServer.FunctionContext

public FunctionServer.FunctionContext(IFunctionHandler handler,
                                      XLSRef caller,
                                      java.lang.String sheetName)
Method Detail

getCaller

public XLSRef getCaller()
Specified by:
getCaller in interface IFunctionContext

getSheetName

public java.lang.String getSheetName()
Specified by:
getSheetName in interface IFunctionContext

execute

public XLoper execute(java.lang.String name,
                      XLoper[] args)
               throws RequestException
Specified by:
execute in interface IFunctionContext
Throws:
RequestException