org.example
Class LoginOp

java.lang.Object
  extended bynet.wgen.op.Op
      extended byorg.example.LoginOp
All Implemented Interfaces:
java.io.Serializable

public class LoginOp
extends Op

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

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

_userId

private java.lang.Long _userId
Constructor Detail

LoginOp

public LoginOp(TraceKey traceKey)
Method Detail

_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

getUserId

public java.lang.Long getUserId()