net.wgen.op
Class SleepyOp

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

public class SleepyOp
extends Op

Version:
$Id: SleepyOp.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.lang.String _serverData
           
protected  java.lang.Long _sleepyTime
           
private static long serialVersionUID
           
 
Fields inherited from class net.wgen.op.Op
_opExecutor, _options, _rootOp, LOG
 
Constructor Summary
SleepyOp(TraceKey traceKey, java.lang.Long sleepyTime)
           
 
Method Summary
protected  void _execute(CallExecutor exec)
          Execute the body of the Op.
 java.lang.String getServerData()
           
 void setSleepyTime(java.lang.Long sleepyTime)
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

_sleepyTime

protected java.lang.Long _sleepyTime

_serverData

private java.lang.String _serverData
Constructor Detail

SleepyOp

public SleepyOp(TraceKey traceKey,
                java.lang.Long sleepyTime)
Method Detail

getServerData

public java.lang.String getServerData()

setSleepyTime

public void setSleepyTime(java.lang.Long sleepyTime)

_execute

protected 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