Utility functions for general use

Previous Next

This section describes a small toolbox of utility classes that you can use to:

Manage (open, close) connections to a Rules Engine.

Execute SQL statements (SELECT, INSERT, UPDATE, DELETE) against a Rules Engine.

Specify transaction behaviour (commit, rollback...) of a Rules Engine.

Get some server properties at runtime

Context

These utility classes may be coded against in any context of the USoft Service Definer.

 

These utility classes include:

USoftService class

 

 

See also

USoftService example code

Java interface for USoft Service Definer