Real Time Information Director User Documentation
 RTID Management 
Hewlett-Packard Company  2  529618 - 001 
Overview 
This document describes the management features of the Real Time Information Director 
(also known as RTID or Director). 
The Director management features supports the dynamic reconfiguration of the Director 
at runtime without having to bring down the server. 
The management functions provided by the Director are 
•  Specify statistics gathering options, and query statistics 
•  Load document metadata classes dynamically 
•  Load database schema for a table 
•  Set the log level (levels of information included in Director logs) 
•  Set the server processing mode 
•  Set the maximum number of XML tags an incoming document can contain 
•  Set the maximum number of document handlers that can be active at a time 
These functions are described in detail in the sections below. 
The Director management interface is implemented as a Management Bean (MBean) 
using JMX (a J2EE standard for managing enterprise applications). 
The Director provides a built-in command line JMX client that can be used to perform 
the Director management tasks, in lieu of using a third-party JMX client. 
The following sections describe the management interface, how to deploy the Director 
MBean and how to use the Director management client. 
Director Management Interface 
Director management functions are available through the Director Management Client 
described in this guide. 
Alternatively, the following interface is available to your own JMX client. For 
descriptions of individual methods, see the Javadoc for the interface. 
package com.hp.rtid.management.beans; 
public interface DirectorManagerMBean 
{ 
 long getTotalDocumentsSerialized(); 
 long getTotalDocumentsParsed(); 
 long getTotalDocumentsProcessed(); 
 long getTotalDocumentsSubscribed(); 
 long getDocumentsOutOfSequence(); 










