A B C D E F G H I J L M N O P Q R S T U V W X _

_

_acceptFilter - Variable in class net.wgen.op.logging.TraceLogger
 
_amountOfWork - Variable in class net.wgen.op.db.CallOutputHandler
 
_amountOfWork - Variable in class net.wgen.op.db.dbunit.CallOutputHandlerDBUnit
 
_arrayObjectType - Variable in class net.wgen.op.db.ArrayParameter
 
_call - Variable in class net.wgen.op.db.DatabaseCallException
 
_call - Variable in class net.wgen.op.db.SqlStatementBuilder
 
_call - Variable in class net.wgen.op.db.dbunit.DBUnitCapture
 
_call - Variable in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
_callText - Variable in class net.wgen.op.db.DatabaseCall
The text of the call which could be a parameterized query, or the name of a procedure or function.
_callType - Variable in class net.wgen.op.db.DatabaseCall
The type of call this is QUERY, PROCEDURE, or FUNCTION.
_callersUserId - Variable in class net.wgen.op.Op
The userID of the end-user responsible for causing the instantiation of this Op.
_capture - Variable in class net.wgen.op.db.CallOutputHandler
 
_capture - Variable in class net.wgen.op.db.xform.ResultSetRowToMapTransformer
 
_captureFile - Variable in class net.wgen.op.db.TestDBUnitReadWrite
 
_chain - Variable in class net.wgen.op.db.xform.ChainedOutputTransformCallback
 
_closeConnectionsWhenFinished - Variable in class net.wgen.op.DirectOpExecutor
Whether or not this OpExecutor should instruct the _connectionFactory to close any open connections after the Op is finished.
_collectionFactory - Variable in class net.wgen.op.db.dbunit.ITableTransformer
 
_collectionFactory - Variable in class net.wgen.op.db.xform.ResultSetTransformer
 
_connection - Variable in class net.wgen.op.db.SqlStatementBuilder
 
_connectionFactory - Variable in class net.wgen.op.DirectOpExecutor
A factory that knows how to access various datasources and is passed on to the instantiated CallExecutors.
_counter - Variable in class net.wgen.op.logging.TraceKey
A counter to distinguish among requests.
_counter - Static variable in class net.wgen.op.logging.TraceKeyFactory
Static counter to disambiguate simultaneous requests.
_createExecutorForOp(Op) - Method in class net.wgen.op.DirectExecutorFactory
An OpExecutor packed with a MappedConnectionFactory that will provide the Op access to various datasources.
_createExecutorForOp(Op) - Method in class net.wgen.op.EjbOpExecutorFactory
Given the packages space found by the OpFactory, instantiate a CmdServerLogicOpExecutor Instantiates a new EjbOpExecutor with the EjbManagerName from the OpModule in the Op's TraceKey.
_createExecutorForOp(Op) - Method in class net.wgen.op.OpExecutorFactory
Internal create to be implemented by the _delegatingFactory.
_createForConnection(Connection) - Method in class net.wgen.op.db.lob.LobHandlerFactory
 
_cxFactory - Variable in class net.wgen.op.db.CallExecutorDB
Provides connections to the DB.
_dataSet - Variable in class net.wgen.op.db.dbunit.DBUnitCapture
 
_dataSet - Variable in class net.wgen.op.db.dbunit.DBUnitXmlReader
 
_dataSet - Variable in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
_dataSourceName - Variable in class net.wgen.op.db.DatabaseCall
The datasource against which to execute the call.
_databaseCall - Variable in class net.wgen.op.db.CallOutputHandler
 
_databaseCall - Variable in class net.wgen.op.db.dbunit.CallOutputHandlerDBUnit
 
_databaseCall - Variable in class net.wgen.op.db.dbunit.ITableRowToMapTransformer
 
_databaseCall - Variable in class net.wgen.op.db.dbunit.ITableTransformer
 
_databaseCall - Variable in class net.wgen.op.db.xform.DBValueTransformException
 
_databaseCall - Variable in class net.wgen.op.db.xform.ResultSetTransformer
 
_databaseLobHandler - Variable in class net.wgen.op.db.lob.JbossLobHandler
 
_dbCall - Variable in class net.wgen.op.db.dbunit.PathCallbackTransformer
 
_dbCall - Variable in class net.wgen.op.db.xform.ResultSetRowToMapTransformer
 
_dbuFileName - Variable in class net.wgen.op.db.xform.DBValueTransformException
 
_defaultDataSourceName - Variable in class net.wgen.op.Op
The default DataSource name for DatabaseCall objects instantiated by the Op's helper methods.
_delegatedFactory - Static variable in class net.wgen.op.db.lob.LobHandlerFactory
 
_delegatingFactory - Static variable in class net.wgen.op.OpExecutorFactory
The concrete factory that will produce the OpExecutorFactory.
_direction - Variable in class net.wgen.op.db.Parameter
This parameter's direction IN, OUT, or INOUT.
_dsNameToConnectionFactory - Variable in class net.wgen.op.db.MappedConnectionFactory
 
_dsNameToOpenConnection - Variable in class net.wgen.op.db.MappedConnectionFactory
 
_elCurTable - Variable in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
_elDataSet - Variable in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
_errMsg - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_error - Variable in class net.wgen.op.db.CallExecutionInfo
 
_error - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_errorMessage - Variable in class net.wgen.op.db.CallExecutionInfo
 
_execInfo - Variable in class net.wgen.op.logging.TraceKey
Accumulated information about things that have happened during the trace.
_execute(CallExecutor) - Method in class net.wgen.op.DummyOp
Execute the body of the Op.
_execute(CallExecutor) - Method in class net.wgen.op.MultiRsOp
 
_execute(CallExecutor) - Method in class net.wgen.op.Op
Execute the body of the Op.
_execute(CallExecutor) - Method in class net.wgen.op.SleepyOp
 
_execute(CallExecutor) - Method in class net.wgen.op.TestOp.TopOp
Execute the body of the Op.
_execute(CallExecutor) - Method in class org.example.LoginOp
Execute the body of the Op.
_execute(CallExecutor) - Method in class org.example.finance.ProjectTimesheetsOp
Execute the body of the Op.
_execute(CallExecutor) - Method in class org.example.project.ProjectListOp
Execute the body of the Op.
_executed - Variable in class net.wgen.op.db.CallExecutionInfo
Whether or not this call was executed.
_executedAgainst - Variable in class net.wgen.op.db.CallExecutionInfo
The url of the connection that executed this call.
_executedAs - Variable in class net.wgen.op.db.CallExecutionInfo
The database user that execute this call.
_executionInfo - Variable in class net.wgen.op.db.DatabaseCall
Information about the execution of this call.
_executionTimestamp - Variable in class net.wgen.op.db.CallExecutionInfo
Set immediately after the execution or failure of the call.
_filterConfig - Variable in class net.wgen.op.http.filter.ParamTriggerFilter
 
_firedTriggerNames - Variable in class net.wgen.op.http.filter.ParamTriggerState
 
_footer - Variable in class net.wgen.op.logging.TraceLogger
 
_form - Variable in class org.example.ActionState
 
_header - Variable in class net.wgen.op.logging.TraceLogger
 
_idxToParameter - Variable in class net.wgen.op.db.DatabaseCall
The map of parameter index to Parameter for this call.
_in - Variable in class net.wgen.op.db.dbunit.DBUnitXmlReader
 
_initProperties - Variable in class net.wgen.op.system.OpModule
Initialization properties read in from the .wgapp file.
_isTraceCaptured - Variable in class net.wgen.op.logging.TraceState
 
_jdbcType - Variable in class net.wgen.op.db.Parameter
This parameter's jdbcType or TYPE_NOT_SET if it doesn't know its type.
_jndiEjbPath - Variable in class net.wgen.op.EjbOpExecutor
 
_key - Variable in class net.wgen.op.logging.TraceLogger
 
_listeners - Variable in class net.wgen.op.http.filter.ParamTrigger
 
_lobHandler - Variable in class net.wgen.op.db.SqlStatementBuilder
 
_localMarker - Variable in class net.wgen.op.logging.TraceKey
In a distributed EJB environment, this transient object is used to identify whether or not the TraceKey has been serialized across the network.
_logger - Variable in class net.wgen.op.db.DatabaseCall
The logger to use when executing this call.
_loggerPath - Variable in class net.wgen.op.logging.TraceLogger
 
_loggerPath - Variable in class net.wgen.op.logging.TraceTrigger
 
_loggers - Variable in class net.wgen.op.logging.TraceLogger
 
_mapFactory - Variable in class net.wgen.op.db.dbunit.ITableRowToMapTransformer
 
_mapFactory - Variable in class net.wgen.op.db.xform.ResultSetRowToMapTransformer
 
_mapping - Variable in class org.example.ActionState
 
_message - Variable in class net.wgen.op.db.xform.DBValueTransformException
 
_module - Variable in class net.wgen.op.logging.TraceKey
The module claiming this trace, either determined by the url or class, or explicitly passed into the constructor.
_moduleRegistry - Variable in class net.wgen.op.system.OpModuleRegistry
Contains a mapping of name to WGApplication object.
_name - Variable in class net.wgen.op.db.xform.HandlingOption
 
_name - Variable in class net.wgen.op.http.filter.ParamTrigger
 
_name - Variable in class net.wgen.op.system.OpModule
The name of the OpModule.
_name - Variable in class net.wgen.op.system.ServerEnvironment
 
_offensiveObjects - Variable in class net.wgen.op.db.SuspectPerformanceException
 
_op - Variable in class net.wgen.op.OpException
 
_opExecutor - Variable in class net.wgen.op.Op
The executor of the Op.
_opOwner - Variable in class net.wgen.op.db.DatabaseCall
The Op that is making this call.
_options - Variable in class net.wgen.op.Op
Options for this Op's execution.
_options - Variable in class net.wgen.op.db.DatabaseCall
HandlingOptions for this call.
_options - Variable in class net.wgen.op.db.Parameter
Options for this parameter, which can be interpreted by the underlying execution framework.
_optionsSetByTriggers - Variable in class net.wgen.op.http.filter.ParamTriggerState
 
_out - Variable in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
_paramIdx - Variable in class net.wgen.op.db.xform.ResultSetRowToMapTransformer
 
_paramIdx - Variable in class net.wgen.op.db.xform.ResultSetTransformer
 
_paramToOption - Variable in class net.wgen.op.db.dbunit.DBUnitParamTrigger
 
_parameter - Variable in class net.wgen.op.db.dbunit.ITableRowToMapTransformer
 
_parameter - Variable in class net.wgen.op.db.xform.DBValueTransformException
 
_parameter - Variable in class net.wgen.op.db.xform.ResultSetRowToMapTransformer
 
_parameterName - Variable in class net.wgen.op.http.filter.ParamTrigger
 
_previousTrace - Variable in class net.wgen.op.logging.TraceLogger
 
_projectInfo - Variable in class org.example.finance.ProjectTimesheetsOp
 
_projectSid - Variable in class org.example.finance.ProjectTimesheetsOp
 
_realWebInfPath - Variable in class net.wgen.op.system.ServerEnvironment
 
_registry - Static variable in class net.wgen.op.system.ServerEnvironment
 
_remoteTrace - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_request - Variable in class net.wgen.op.http.filter.ParamTriggerState
 
_request - Variable in class org.example.ActionState
 
_requestUrl - Variable in class net.wgen.op.logging.TraceKey
The requested url if available.
_resetTime - Static variable in class net.wgen.op.logging.Snapshot
 
_response - Variable in class org.example.ActionState
 
_results - Variable in class net.wgen.op.TestOp.TopOp
 
_results - Variable in class org.example.project.ProjectListOp
 
_rootOp - Variable in class net.wgen.op.Op
The Op, if any, that may have been responsible for this Op's instantiation.
_rowIdx - Variable in class net.wgen.op.db.xform.ResultSetRowToMapTransformer
 
_rowNumber - Variable in class net.wgen.op.db.xform.DBValueTransformException
 
_rowTransformer - Variable in class net.wgen.op.db.dbunit.ITableTransformer
 
_rowTransformer - Variable in class net.wgen.op.db.xform.ResultSetTransformer
 
_rs1 - Variable in class net.wgen.op.MultiRsOp
 
_rs2 - Variable in class net.wgen.op.MultiRsOp
 
_rsIdxToResults - Variable in class net.wgen.op.db.DatabaseCall
Result Sets returned by Statement getResults method.
_self - Static variable in class net.wgen.op.logging.LoggingServices
The singleton instance of the class.
_self - Static variable in class net.wgen.op.logging.WebAppStats
The Singleton instance of the class.
_self - Static variable in class net.wgen.op.system.OpModuleRegistry
The singleton instance of the class.
_self - Static variable in class net.wgen.op.system.UnknownModule
The singleton instance of the class.
_serverData - Variable in class net.wgen.op.SleepyOp
 
_sessionAttributeKey - Variable in class net.wgen.op.http.filter.ParamTrigger
 
_sessionCtx - Variable in class net.wgen.op.OpManagerBean
Current SessionContext for this bean.
_sessionRemoveValue - Variable in class net.wgen.op.http.filter.ParamTrigger
 
_sleepyTime - Variable in class net.wgen.op.SleepyOp
 
_snapShotPerApp - Static variable in class net.wgen.op.logging.Snapshot
 
_someIntegerOutput - Variable in class net.wgen.op.MultiRsOp
 
_startTime - Variable in class net.wgen.op.logging.TraceKey
The start time of the trace.
_startTime - Variable in class net.wgen.op.logging.TraceLogger
 
_startTime - Variable in class net.wgen.op.logging.TraceState
 
_statement - Variable in class net.wgen.op.db.CallOutputHandler
 
_statement - Variable in class net.wgen.op.db.SqlStatementBuilder
 
_subModule - Variable in class net.wgen.op.logging.TraceKey
A sub module if there is one.
_suppressKeyMessages - Variable in class net.wgen.op.logging.TraceLogger.TraceKeyFilter
 
_tagToTimingToLevel - Variable in class net.wgen.op.logging.LoggingServices
 
_temporary - Variable in class net.wgen.op.logging.TraceKey
Whether or not this trace is considered temporary because of some legacy operation that is being done with out a TraceKey.
_testMultithread_longOpReturned - Static variable in class net.wgen.op.TestEjbOpExecutor
 
_timesheetResults - Variable in class org.example.finance.ProjectTimesheetsOp
 
_toStringRepresentation - Variable in class net.wgen.op.logging.TraceKey
The string representation of the traceKey generated in the constructor for use by toString.
_totalConnectionsUsed - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_totalDatabaseCallsMade - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_totalOpsExecuted - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_totalRows - Variable in class net.wgen.op.db.CallExecutionInfo
 
_totalRowsRetrieved - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_totalTime - Variable in class net.wgen.op.db.CallExecutionInfo
 
_totalTime - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_totalTimeGettingCx - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_totalTimeInDatabase - Variable in class net.wgen.op.logging.RequestExecutionInfo
 
_traceCapture - Variable in class net.wgen.op.logging.TraceState
 
_traceKey - Variable in class net.wgen.op.Op
The trace key for the request creating this Op.
_traceKey - Variable in class net.wgen.op.TestOp
 
_traceKey - Variable in class net.wgen.op.db.MappedConnectionFactory
 
_traceKey - Variable in class net.wgen.op.db.TestMySqlCalls
 
_traceKey - Variable in class net.wgen.op.db.dbunit.CallExecutorDBUnit
 
_traceKey - Variable in class net.wgen.op.http.filter.ParamTriggerState
 
_traceKey - Variable in class net.wgen.op.logging.TraceState
 
_traceLogger - Variable in class net.wgen.op.logging.TraceState
 
_traceState - Variable in class net.wgen.op.logging.TraceKey
 
_traceWriter - Variable in class net.wgen.op.logging.TraceLogger
 
_tracingLoggerRoot - Variable in class net.wgen.op.logging.TraceKey
If tracing is on, the TraceTriggerState will set the logging root, under which it tries to append the TraceLogger.
_tracingOn - Variable in class net.wgen.op.logging.TraceKey
Whether or not tracing is deemed to be on.
_triggers - Variable in class net.wgen.op.http.filter.ParamTriggerFilter
 
_userData - Variable in class net.wgen.op.logging.TraceKey
A spot to store user data that follows the trace.
_userId - Variable in class net.wgen.op.logging.TraceKey
The current user during the trace, or 0 if there is no userSid available.
_userId - Variable in class org.example.IntranetUserSession
 
_userId - Variable in class org.example.LoginOp
 
_value - Variable in class net.wgen.op.db.Parameter
This parameter's value which could be set on the way in or on the way out.
_workingDir - Variable in class net.wgen.op.db.TestDBUnitReadWrite
 
_xmlDoc - Variable in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 

A B C D E F G H I J L M N O P Q R S T U V W X _