Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
S
SDF
- Static variable in class net.wgen.op.logging.
Snapshot
SDF
- Static variable in class net.wgen.op.logging.
TraceLayout
SDF
- Variable in class net.wgen.op.logging.
TraceLogger
SDF
- Static variable in class net.wgen.op.logging.
WebAppStats
SESSION_ATTRIB__REDIRECT_TRACE
- Static variable in class net.wgen.op.logging.
TraceTrigger
SESSION_KEY__USER_ID
- Static variable in class net.wgen.op.logging.
TraceKeyFactory
The key in the HttpSession attributes that contains the end user's Id which will become a Long in the TraceKey.
SESSION_OFF_VALUE
- Static variable in class net.wgen.op.db.dbunit.
DBUnitParamTrigger
SET_NAME
- Static variable in class net.wgen.op.db.
TestDBUnitParamTrigger
SINGLE_VALUE_COLUMN_NAME
- Static variable in class net.wgen.op.db.dbunit.
DBUnitCapture
SKIP_LIST
- Static variable in class net.wgen.op.logging.
WebAppStats
SQL
- Variable in class org.example.project.
ProjectListOp
SQLDataParameter
- class net.wgen.op.db.
SQLDataParameter
.
Wrapper Parameter class for SQLData objects.
SQLDataParameter(SQLData)
- Constructor for class net.wgen.op.db.
SQLDataParameter
Constructor for an implicit In Parameter.
SQLDataParameter(SQLData, int, int)
- Constructor for class net.wgen.op.db.
SQLDataParameter
Full constructor.
SQLDataParameter(int)
- Constructor for class net.wgen.op.db.
SQLDataParameter
Constructor for an implicit Out Parameter.
STAGING
- Static variable in class net.wgen.op.system.
ServerEnvironment
STUBBED
- Static variable in class net.wgen.op.system.
ServerEnvironment
To be used by outsourcers not connected to our system.
SYSTEM_PROPERTY
- Static variable in class net.wgen.op.
OpExecutorFactory
The name of the system property in which to find a fully-qualified class name of an implementation of OpExecutorFactory.
SYSTEM_PROPERTY
- Static variable in class net.wgen.op.db.lob.
LobHandlerFactory
SYSTEM_PROPERTY
- Static variable in class net.wgen.op.system.
ServerEnvironment
SaveSetHandlingOption
- class net.wgen.op.db.dbunit.
SaveSetHandlingOption
.
SaveSetHandlingOption()
- Constructor for class net.wgen.op.db.dbunit.
SaveSetHandlingOption
ServerEnvironment
- class net.wgen.op.system.
ServerEnvironment
.
Named server environments are passed in the startup script via JVM system property argument.
ServerEnvironment(String)
- Constructor for class net.wgen.op.system.
ServerEnvironment
SleepyOp
- class net.wgen.op.
SleepyOp
.
SleepyOp(TraceKey, Long)
- Constructor for class net.wgen.op.
SleepyOp
Snapshot
- class net.wgen.op.logging.
Snapshot
.
Aggregator of stats to log every so often for an indication of load.
Snapshot(String)
- Constructor for class net.wgen.op.logging.
Snapshot
SqlStatementBuilder
- class net.wgen.op.db.
SqlStatementBuilder
.
Builds a Prepared- or CallableStatement from a DatabaseCall object.
SqlStatementBuilder(DatabaseCall, Connection)
- Constructor for class net.wgen.op.db.
SqlStatementBuilder
SubModule
- class net.wgen.op.system.
SubModule
.
An application that is used by other first-class Applications.
SubModule(String)
- Constructor for class net.wgen.op.system.
SubModule
SuspectPerformanceException
- exception net.wgen.op.db.
SuspectPerformanceException
.
SuspectPerformanceException(String)
- Constructor for class net.wgen.op.db.
SuspectPerformanceException
serialVersionUID
- Static variable in class net.wgen.op.
Op
UID for serialization compatibility.
serialVersionUID
- Static variable in class net.wgen.op.
SleepyOp
serialVersionUID
- Static variable in class net.wgen.op.logging.
TraceKey
service(ServletRequest, ServletResponse)
- Method in class net.wgen.op.system.
Log4JInitializerServlet
Do-nothing service as this Servlet is for Log initialization only.
service(ServletRequest, ServletResponse)
- Method in class net.wgen.op.system.
OpModuleInitializerServlet
setArray(PreparedStatement, int, Object[], String)
- Method in class net.wgen.op.db.lob.
JbossLobHandler
setArray(PreparedStatement, int, Object[], String)
- Method in class net.wgen.op.db.lob.
LobHandler
setArray(PreparedStatement, int, Object[], String)
- Method in class net.wgen.op.db.lob.
OracleLobHandler
Set an array value in the statement.
setBlob(PreparedStatement, int, InputStream, int)
- Method in class net.wgen.op.db.lob.
JbossLobHandler
setBlob(PreparedStatement, int, InputStream, int)
- Method in class net.wgen.op.db.lob.
LobHandler
setBlob(PreparedStatement, int, InputStream, int)
- Method in class net.wgen.op.db.lob.
MySqlLobHandler
setClob(PreparedStatement, int, String)
- Method in class net.wgen.op.db.lob.
JbossLobHandler
setClob(PreparedStatement, int, String)
- Method in class net.wgen.op.db.lob.
LobHandler
setClob(PreparedStatement, int, String)
- Method in class net.wgen.op.db.lob.
MySqlLobHandler
setCloseConnectionsWhenFinished(boolean)
- Method in class net.wgen.op.
DirectOpExecutor
In the finally block of the executeOp method, tell the MappedConnectionFactory to close all the connections that it has open.
setConnection(String, Connection)
- Method in class net.wgen.op.db.
MappedConnectionFactory
setConsumer(IDataSetConsumer)
- Method in class net.wgen.op.db.dbunit.
DBUnitXmlReader
setDataSourceName(String)
- Method in class net.wgen.op.db.
DatabaseCall
The name of the data source against which the call will be executed.
setDatabaseCall(DatabaseCall)
- Method in class net.wgen.op.db.dbunit.
PathCallbackTransformer
setDefaultDataSourceName(String)
- Method in class net.wgen.op.
Op
Change the datasource to be used for new DatabaseCalls created in the make* convenience methods.
setDelegatingFactory(OpExecutorFactory)
- Static method in class net.wgen.op.
OpExecutorFactory
Allow a runtime override of the _delegatingFactory.
setErrMsg(String)
- Method in class net.wgen.op.logging.
RequestExecutionInfo
setError(boolean)
- Method in class net.wgen.op.db.
CallExecutionInfo
Whether or not there was an error during the call's execution or output handling.
setError()
- Method in class net.wgen.op.logging.
RequestExecutionInfo
setErrorMessage(String)
- Method in class net.wgen.op.db.
CallExecutionInfo
setExecuted()
- Method in class net.wgen.op.db.
CallExecutionInfo
Records that this call has been executed and records the system time in the executionInfo.
setExecutedAgainst(String)
- Method in class net.wgen.op.db.
CallExecutionInfo
setExecutedAs(String)
- Method in class net.wgen.op.db.
CallExecutionInfo
setExecutionTimestamp(long)
- Method in class net.wgen.op.db.
CallExecutionInfo
The time at which the call was executed or failed.
setFooter(String)
- Method in class net.wgen.op.logging.
TraceLogger
setHeader(String)
- Method in class net.wgen.op.logging.
TraceLogger
setInitializationProperties(Properties)
- Method in class net.wgen.op.system.
OpModule
Called by the initializer servlet with the properties found in the .wgapp file.
setInput(int, Parameter)
- Method in class net.wgen.op.db.
SqlStatementBuilder
Sets input with special handling for SQLDataParameter, ArrayParameter, Clobs, and Blobs.
setMapFactory(Factory)
- Method in class net.wgen.op.db.dbunit.
ITableRowToMapTransformer
setMapFactory(Factory)
- Method in class net.wgen.op.db.xform.
ResultSetRowToMapTransformer
setOpExecutor(OpExecutor)
- Method in class net.wgen.op.
Op
The executor for this Op.
setOptions(Map)
- Method in class net.wgen.op.db.
Parameter
setOutParameter(String, Object)
- Method in class org.example.
ActionState
setParameters(Object[])
- Method in class net.wgen.op.db.
DatabaseCall
Set the parameters of the call.
setParameters(Parameter, Object[])
- Method in class net.wgen.op.db.
DatabaseCall
Set the parameters of the call.
setParameters(int, Object[])
- Method in class net.wgen.op.db.
DatabaseCall
Set the parameters of the call.
setPreviousTrace(String)
- Method in class net.wgen.op.logging.
TraceLogger
Sets a previous story in the case of forwarded requests.
setProjectSid(Integer)
- Method in class org.example.finance.
ProjectTimesheetsOp
setRealWebInfPath(String)
- Method in class net.wgen.op.system.
ServerEnvironment
setRemoteTrace(String)
- Method in class net.wgen.op.logging.
RequestExecutionInfo
setSessionContext(SessionContext)
- Method in class net.wgen.op.
OpManagerBean
setSleepyTime(Long)
- Method in class net.wgen.op.
SleepyOp
setTotalRows(int)
- Method in class net.wgen.op.db.
CallExecutionInfo
The rows returned in ResultSets by the call.
setTotalTime(long)
- Method in class net.wgen.op.db.
CallExecutionInfo
The total time elapsed by the call execution and the handling of the call's outputs.
setTotalTime(long)
- Method in class net.wgen.op.logging.
RequestExecutionInfo
setTraceState(TraceState)
- Method in class net.wgen.op.logging.
TraceKey
setTracingLoggerRoot(String)
- Method in class net.wgen.op.logging.
TraceKey
setTracingOn()
- Method in class net.wgen.op.logging.
TraceKey
Set by the TraceTrigger, this identifies whether or not a Logger has been added to collect trace statements.
setUp()
- Method in class net.wgen.op.
TestOp
setUp()
- Method in class net.wgen.op.db.
TestDBUnitParamTrigger
setUp()
- Method in class net.wgen.op.db.
TestMySqlCalls
setUp()
- Method in class net.wgen.op.http.filter.
TestParamTriggerFilter
setUp()
- Method in class net.wgen.op.http.filter.
TestTraceTrigger
setValue(Object)
- Method in class net.wgen.op.db.
Parameter
The input or output value.
startDataSet()
- Method in class net.wgen.op.db.dbunit.
DBUnitXmlWriter
startTable(ITableMetaData)
- Method in class net.wgen.op.db.dbunit.
DBUnitXmlWriter
subModule
- Variable in class net.wgen.op.logging.
WebAppStats.DBCallRecord
supressAllMessages()
- Method in class net.wgen.op.logging.
TraceLogger
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
_