Java interface for USoft Service Definer

Previous Next

This section describes a small toolbox of utility functions and objects 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 behavior (commit, rollback...) of a Rules Engine.

Functions for Default Providers

The Java interface offers the following utility functions for use in service methods with Default Provider functional types:

openConnection()

sql()

 

Classes for general use

The Java interface offers the following utility classes for general use:

USoftService class