Provided annotation

The following annotations are available with the DLI Manager

DLI Connection
Annotation: DLI Connection
Name: @DliConnection
Description: The DliConnection annotation is used to mark a PSB field for provisioning by the DLI Manager
Attribute: dliTag The tag of the database to connect to, used to identify which dli.database.* properties in the CPS to use for the connection. Default value is PRIMARY.
Attribute: credentialsTag The DLI Manager will automatically connect to the IMS DB (DLI) system using the specified credentials. This field is mandatory.
Syntax:
@DliConnection(dliTag=”EXAMPPSB”, credentialsTag=”USER1”)
public PSB examppsb;
Notes: Expected usage is to invoke the PSB.getPCB() method to establish the connection. The PCB interface defines several methods for reading records from the database. See the Javadoc for details.