You are currently viewing Zend Server 5.x documentation. Click here to view the latest Zend Server online documentation.
You are here: API Reference Guide > PHP XMLSERVICE Toolkit > Toolkit Service Class

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:

  1. Setting Database Connections
  2. Setting the XML Service Options
  3. The CLCommand method lets you  run CL commands either in interactive or batch mode
  4. The PGMCall method lets you call programs (*PGM) or service programs (*SRVPGM)  
  5. The AddParameterChar method lets you define a program’s character parameters
  6. The AddParameterPackDec method lets you define a program’s packed decimal  parameters
  7. The AddParameterZoned method lets you define a program’s zoned parameters
  8. The AddParameterInt method lets you define a program’s integer parameters
  9. The AddParameterUInt method lets you define a program’s unsigned integer parameters
  10. The AddParameterFloat method  lets you define a program’s float parameters
  11. The AddParameterBin i method lets you define a program’s binary  parameters
  12. The AddDataStructure i method lets you define a program’s data structure  parameters
  13. The UpdateParameterValue Method lets you update new parameters values The disconnect interface lets you terminate an XML service job in the ZENDSVR subsystem
  14. The disconnect interface lets you terminate an XML service job in the ZENDSVR subsystem

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.