Utility Procedures

The utility procedures are found in the resource tree under /lib/util. They are:

ClearAllDataSourceCredentials, page 270, which clears all credential data previously stored using the setDataSourceCredentials JDBC method or the SetDataSourceCredentials, page 323 procedure.
ClearMessageProperties, page 271, which clears all JMS headers and properties that were set using SetMessageProperties, page 326.
GenerateEvent, page 282, which generates a custom event with the specified name and value.
GetEnvironment, page 290, which retrieves values from the environment.
GetProperty, page 295, which gets the values of system properties.
Pause, page 306, which causes the current thread of control.
SendEMail, page 318, which sends an email message with the specified headers and content.
SendMapMessage, page 319, which sends a JMS map message based on a ROW type variable.
SendTextMessage, page 321, which sends a JMS text message.
SetDataSourceCredentials, page 323, which sets a username and password for pass-through authentication with a specific data source.
SetEnvironment, page 324, which sets an environment variable to a value.
SetMessageProperties, page 326, which sets JMS headers or properties for the subsequent JMS messages to be sent using SendTextMessage, page 321.
SetMessageProperty, page 327, which sets a JMS header or property for the subsequent JMS messages to be sent using SendTextMessage, page 321.