net.wgen.op
Class MultiRsOp

java.lang.Object
  extended bynet.wgen.op.Op
      extended bynet.wgen.op.MultiRsOp
All Implemented Interfaces:
java.io.Serializable

public class MultiRsOp
extends Op

Version:
$Id: MultiRsOp.html,v 1.2 2007/01/28 04:09:36 paulfeuer Exp $
Author:
Paul Feuer, Wireless Generation, Inc.
See Also:
Serialized Form

Field Summary
private  java.util.List _rs1
           
private  java.util.List _rs2
           
private  java.lang.Integer _someIntegerOutput
           
 
Fields inherited from class net.wgen.op.Op
_opExecutor, _options, _rootOp, LOG
 
Constructor Summary
MultiRsOp(TraceKey traceKey)
           
 
Method Summary
 void _execute(CallExecutor exec)
          Execute the body of the Op.
 java.util.List getRs1()
           
 java.util.List getRs2()
           
 java.lang.Integer getSomeIntegerOutput()
           
 
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

_rs1

private java.util.List _rs1

_rs2

private java.util.List _rs2

_someIntegerOutput

private java.lang.Integer _someIntegerOutput
Constructor Detail

MultiRsOp

public MultiRsOp(TraceKey traceKey)
Method Detail

_execute

public void _execute(CallExecutor exec)
              throws OpException
Description copied from class: Op
Execute the body of the Op.

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

getRs1

public java.util.List getRs1()

getRs2

public java.util.List getRs2()

getSomeIntegerOutput

public java.lang.Integer getSomeIntegerOutput()