net.wgen.op
Class TestOp.TopOp

java.lang.Object
  extended bynet.wgen.op.Op
      extended bynet.wgen.op.TestOp.TopOp
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestOp

private static class TestOp.TopOp
extends Op


Field Summary
private  java.util.List _results
           
static java.lang.String QUERY
           
 
Fields inherited from class net.wgen.op.Op
_opExecutor, _options, _rootOp, LOG
 
Constructor Summary
TestOp.TopOp(TraceKey traceKey)
           
 
Method Summary
protected  void _execute(CallExecutor exec)
          Execute the body of the Op.
 java.util.List getResults()
           
 
Methods inherited from class net.wgen.op.Op
execute, getAmountOfWorkDone, getCallersUserId, getDefaultDataSourceName, getLogger, getOptions, getRootOp, getTraceKey, makeFunction, makeProcedure, makeQuery, setDefaultDataSourceName, setOpExecutor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY

public static final java.lang.String QUERY
See Also:
Constant Field Values

_results

private java.util.List _results
Constructor Detail

TestOp.TopOp

public TestOp.TopOp(TraceKey traceKey)
Method Detail

getResults

public java.util.List getResults()

_execute

protected void _execute(CallExecutor exec)
                 throws OpException
Execute the body of the Op.

Specified by:
_execute in class Op
Parameters:
exec - what will perform DB or other calls
Throws:
OpException