net.wgen.op
Class SleepyOp
java.lang.Object
net.wgen.op.Op
net.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
| 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
_sleepyTime
protected java.lang.Long _sleepyTime
_serverData
private java.lang.String _serverData
SleepyOp
public SleepyOp(TraceKey traceKey,
java.lang.Long sleepyTime)
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