|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wgen.op.Op
net.wgen.op.DummyOp
| Field Summary |
| Fields inherited from class net.wgen.op.Op |
_opExecutor, _options, _rootOp, LOG |
| Constructor Summary | |
DummyOp(TraceKey traceKey)
Default constructor must use a TraceKey object. |
|
| Method Summary | |
protected void |
_execute(CallExecutor exec)
Execute the body of the Op. |
| 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 |
| Constructor Detail |
public DummyOp(TraceKey traceKey)
traceKey - the traceKey identifying the request responsible for the
instantiation and execution of this Op
java.lang.NullPointerException - if traceKey or traceKey.getUserId() is nullParamTriggerState.TRACE_KEY_USER_DATA_KEY,
OpModule.getDataSourceName()| Method Detail |
protected void _execute(CallExecutor exec)
throws OpException
_execute in class Opexec - what will perform DB or other calls
OpException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||