WebSphere MQ Workflow 3.4.0 Java Generic API Test / Prototyping Tool

[prev][next][parent][TOC]

Elapsed Time Example

Syntax example:
...
Tool.showElapseTime
  elapseTimeOptions                 "Testcase, Section, Method, PrintApiName"
End 
...
 
 

Result example:

MQSeries Workflow 3.2.0 Java Generic API Test Tool (JGATT), Driver v32_63
Test case: k:\fle\example5.dat
Tue Apr 20 18:31:57 CEST 1999 
============================================================================
Operating system:              Windows NT 
Operating system version:      4.0
Operating system architecture: x86 
Java version:                  1.1.6
User account name:             kurtfle 
----------------------------------------------------------------------------
+++> 
============================================================================
===> 
Parsing the input file ...
===> 361 msec 
============================================================================
Tool.showElapseTime
TESTCASE 
SECTION 
METHOD 
PRINTAPINAME 
===> 361 msec   Tool.showElapseTime
============================================================================
===> 
Agent.Agent
parameter: agentHdl                           = 1 
===> 10 msec   Agent.Agent
============================================================================
===> 
Agent.setLocator
parameter: agentHdl                           = 1 
parameter: locator                            = RMI_LOCATOR = 5 
===> 100 msec   Agent.setLocator
============================================================================
===> 
Agent.getLocator
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = RMI_LOCATOR
XpValue = RMI_LOCATOR
+++OK+++
===> 30 msec   Agent.getLocator
============================================================================
===> 
Agent.setName
parameter: agentHdl                           = 1 
parameter: name                               = "rmi://fmtc732.ae.boeblingen.ibm.com/WORKFLOW"
===> 4126 msec   Agent.setName
============================================================================
===> 
Agent.getName
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = "rmi://fmtc732.ae.boeblingen.ibm.com/WORKFLOW"
XpValue = "rmi://fmtc732.ae.boeblingen.ibm.com/WORKFLOW"
+++OK+++
===> 10 msec   Agent.getName
============================================================================
===> 
Agent.locate
parameter: agentHdl                           = 1 
parameter: systemGroup                        = "SYS_GRP"
parameter: system                             = "FMCSYS"
parameter: executionServiceHdl                = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
===> 291 msec   Agent.locate
============================================================================
===> 
Agent.isBound
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = true 
XpValue = true 
+++OK+++
===> 10 msec   Agent.isBound
============================================================================
===> 
ExecutionService.logon2
parameter: executionServiceHdl                = 1 
parameter: userID                             = "ADMIN"
parameter: password                           = "password"
parameter: sessionMode                        = PRESENT_HERE
parameter: absenceIndicator                   = NOT_SET
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
===> 430 msec   ExecutionService.logon2
============================================================================
===> 
ExecutionService.queryProcessTemplates
parameter: executionServiceHdl                = 1 
parameter: filter                             = "NAME = 'ContainerProcess1'"
parameter: sortCriteria                       = null 
parameter: threshold                          = 100 
parameter: processTemplateArrayHdl            = 1 
---> 161 msec 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
..........Object Names Report...............................................
array size = 1 
0) ContainerProcess1 
===> 351 msec   ExecutionService.queryProcessTemplates
============================================================================
===> 
ProcessTemplateArray.size
parameter: processTemplateArrayHdl            = 1 
..........ValueReport.......................................................
AcValue = 1 
XpValue = 1 
+++OK+++
===> 100 msec   ProcessTemplateArray.size
============================================================================
===> 
ProcessTemplateArray.getFirstElement
parameter: processTemplateArrayHdl            = 1 
parameter: processTemplateHdl                 = 1 
===> 80 msec   ProcessTemplateArray.getFirstElement
============================================================================
===> 
ProcessTemplate.name
parameter: processTemplateHdl                 = 1 
..........ValueReport.......................................................
AcValue = "ContainerProcess1"
XpValue = "ContainerProcess1"
+++OK+++
===> 20 msec   ProcessTemplate.name
============================================================================
===> 
ProcessTemplate.createAndStartInstance
parameter: processTemplateHdl                 = 1 
parameter: instanceName                       = "Example_5_Instance"
parameter: systemGroup                        = "SYS_GRP"
parameter: system                             = "FMCSYS"
parameter: keepName                           = false 
parameter: processInstanceHdl                 = 1 
parameter: createNoObj                        = 100 
---> 441 msec 
0) FmcException = none = 0 
---> 440 msec 
1) FmcException = none = 0 
---> 501 msec 
2) FmcException = none = 0 
---> 611 msec 
3) FmcException = none = 0 
...

---> 471 msec 
97) FmcException = none = 0 
---> 371 msec 
98) FmcException = none = 0 
---> 450 msec 
99) FmcException = none = 0 
===> 46827 msec   ProcessTemplate.createAndStartInstance
============================================================================
===> 
ExecutionService.queryProcessInstances
parameter: executionServiceHdl                = 1 
parameter: filter                             = "NAME LIKE 'Example_5*'"
parameter: sortCriteria                       = "NAME ASC"
parameter: threshold                          = 100 
parameter: processInstanceArrayHdl            = 1 
---> 1152 msec 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
..........Object Names Report...............................................
array size = 100 
0) Example_5_Instance
1) Example_5_Instance$AAPB/gAAAAAAAAAAAAAAAQ==
2) Example_5_Instance$AAPB4AAAAAAAAAAAAAAAAQ==
3) Example_5_Instance$AAPBhgAAAAAAAAAAAAAAAQ==
...

97) Example_5_Instance$AAPMTgAAAAAAAAAAAAAAAQ==
98) Example_5_Instance$AAPMxgAAAAAAAAAAAAAAAQ==
99) Example_5_Instance$AAPNAgAAAAAAAAAAAAAAAQ==
===> 1913 msec   ExecutionService.queryProcessInstances
============================================================================
===> 
ExecutionService.logoff
parameter: executionServiceHdl                = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
===> 80 msec   ExecutionService.logoff
============================================================================
+++> 54749 msec 
====== Test case ended normally ============================================