Sun Java System Portal Server 7.2 Developer's Guide

Creating and Freeing RDM Structures

For most RDMX structures, such as RDMRequest, RDMQuery, and so on, there are two or more creation functions. There is usually an RDMX_Parse() function, which takes Search arguments, and an RDMX_Create() function, which takes non-Search arguments.

There is also an RDMX_Free() function, which releases the object.

Several RDM structures also have an RDMX_merge() function, which merges data from a Search object into an existing RDMX structure.