Real Time Information Director User Documentation
 RTID Management 
Hewlett-Packard Company  3  529618 - 001 
 long getTotalDocumentProcessFailures(); 
 long getResponseTime(); 
 long getTimeOuts(); 
 int getDocumentHandlerCount(); 
 int getDocumentHandlerInUseCount(); 
 int getHandlersAllocated(); 
 int getAllocateHandlerMilliseconds(); 
 int getHandlersPrepared(); 
 int getInsertedRows(); 
 int getInsertMilliseconds(); 
 int getInsertStatements(); 
 int getDeletedRows(); 
 int getParseMilliseconds(); 
 int getSelectMilliseconds(); 
 int getDeleteMilliseconds(); 
 int getUpdateMilliseconds(); 
 int getSerializeMilliseconds(); 
 int getOtherMilliseconds(); 
 int getUpdateStatements(); 
 int getSelectedRows(); 
 int getUpdatedRows(); 
 int getSelectStatements(); 
 int getDeleteStatements(); 
 int getInputBytes(); 
 int getOutputBytes(); 
 Integer getDocumentHandlerQuota(); 
 long getTotalAllocateHandlerFailures(); 
 long getTotalDocumentParseFailures(); 
 Long getAbortThreshold(); 
 Long getWarningThreshold(); 
 String[] getProcessingModes(); 
 byte[] getStatistics(); 
 void harvestStatistics(String fileName); 
  void loadDocumentClass(String className) throws Exception; 
  void setLogLevel(String value) throws Exception; 
  void setServletBufferSize(Integer bufsize) throws Exception; 
  void setProcessingMode(String source, String mode) throws Exception; 
  void setDocumentStatistics(String documentName, Character Option); 
 void setTimedStatistics(Boolean isTimed); 
  void setGlobalStatistics(Character Option); 
  void setFailureStatistics(Character Option); 
  void loadSchema(String tableName) throws Exception; 
  void setAbortThreshold(Long abortThreshold) throws Exception; 
  void setWarningThreshold(Long warningThreshold) throws Exception; 
  void setDocumentHandlerQuota(Integer documentHandlerQuota) throws 
Exception; 










