|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wgen.op.Op
org.example.LoginOp
| Field Summary | |
private java.lang.Long |
_userId
|
| Fields inherited from class net.wgen.op.Op |
_opExecutor, _options, _rootOp, LOG |
| Constructor Summary | |
LoginOp(TraceKey traceKey)
|
|
| Method Summary | |
protected void |
_execute(CallExecutor exec)
Execute the body of the Op. |
java.lang.Long |
getUserId()
|
| 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 |
private java.lang.Long _userId
| Constructor Detail |
public LoginOp(TraceKey traceKey)
| Method Detail |
protected void _execute(CallExecutor exec)
throws OpException
_execute in class Opexec - what will perform DB or other calls
OpExceptionpublic java.lang.Long getUserId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||