Open topic with navigation
You are currently viewing Zend Server 5.x documentation.
Click here to view the latest Zend Server online documentation.
Toolkit Service Class
The 'ToolkitService' is the main class that manages the DB2 settings
and communication. It includes connection methods, settings methods, a
CL commands interface, a program call interface and program parameters
interfaces.
The ToolkitService class uses the following
methods/functions:
- Setting Database Connections
- Setting the XML Service
Options
- The CLCommand method lets
you run CL commands either in interactive or batch mode
- The PGMCall method lets you
call programs (*PGM) or service programs (*SRVPGM)
- The AddParameterChar
method lets you define a program’s character parameters
- The AddParameterPackDec
method lets you define a program’s packed decimal parameters
- The AddParameterZoned
method lets you define a program’s zoned parameters
- The AddParameterInt method
lets you define a program’s integer parameters
- The AddParameterUInt
method lets you define a program’s unsigned integer parameters
- The AddParameterFloat
method lets you define a program’s float parameters
- The AddParameterBin
i method lets you define a program’s binary parameters
- The AddDataStructure
i method lets you define a program’s data structure parameters
- The UpdateParameterValue Method lets you update new parameters values The disconnect interface
lets you terminate an XML service job in the ZENDSVR subsystem
- The disconnect interface
lets you terminate an XML service job in the ZENDSVR subsystem
© 1999-2013 Zend Technologies, Ltd. All rights reserved.