Service Registry 3.1 Developer's Guide

Using Iterative Queries: Example

For an example of the use of an iterative query, see JAXRQueryIterative.java in the directory INSTALL/registry-samples/query-iterative/src. This program finds all registry objects whose names match a given string and then iterates through the first 100 of them.

ProcedureTo Run the JAXRQueryIterative Example

  1. Go to the directory INSTALL/registry-samples/query-iterative.

  2. Type the following command, specifying a string value:


    Ant-base/ant run -Dname=string