The Probekit object

The Probekit object is the top-level container for one or more Probe objects.

You can create or collect several probes in a Probekit object, and save it as a .probe file. Each .probe file contains one Probekit object.

Example
<?xml version="1.0" encoding="ASCII"?>
<probekit>
   <probe>
      <fragment . . . >
         . . .
      </fragment>
      <fragment . . . >
         . . .
      </fragment>
   </probe>
   <probe>
      <fragment . . . >
         . . .
      </fragment>
   </probe>
</probekit>

Parent topic: Probekit Reference

Related concepts
Probekit overview

Related information
A basic sample probe

Copyright IBM Corporation and others 2000, 2004.