org.boris.xlloop.util
Class CompTest1

java.lang.Object
  extended by org.boris.xlloop.util.CompTest1
All Implemented Interfaces:
IFunctionHandler

public class CompTest1
extends java.lang.Object
implements IFunctionHandler


Constructor Summary
CompTest1()
           
 
Method Summary
 XLoper execute(IFunctionContext context, java.lang.String name, XLoper[] args)
           
 boolean hasFunction(java.lang.String name)
           
static XLoper makeRandom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompTest1

public CompTest1()
Method Detail

execute

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

hasFunction

public boolean hasFunction(java.lang.String name)
Specified by:
hasFunction in interface IFunctionHandler

makeRandom

public static XLoper makeRandom()