Lines Matching defs:stats

29 package com.sun.identity.shared.stats;
62 * <code>Stats</code> supports different states of filing stats information:
69 * set the default stats level and the output directory where the stats files
76 * specifies the output directory where the stats files will be created.
81 * com.iplanet.services.stats.state
82 * com.iplanet.services.stats.directory
97 * when statistics is turned off. It is recommended that the stats state be
105 /** flags the disabled stats state. */
131 * The default stats level for the entire service and the level that is used
158 * the stats directory. If all the directories in output dir don't have
159 * adequate permissions then the creation of the stats directory will fail
160 * and all the stats files will be located in the "current working
161 * directory" of the process running stats code. If there is an error
162 * reading or loading the properties, it will set the stats service to
163 * redirect all stats information to <code>System.out</code>
199 "com.iplanet.services.stats.nodir"));
230 * This constructor takes as an argument the name of the stats file. The
231 * stats file is neither created nor opened until the first time
233 * <code>error()</code> is invoked and the stats state is neither
241 * @param statsName name of the stats file to create or use
244 // Initialize the stats service the first time a Stats object is
264 * Returns an existing instance of Stats for the specified stats file or a
272 * @return an existing instance of Stats for the specified stats file.
312 * Prints messages only when the stats state is either
322 * stats state be checked by invoking <code>isEnabled()</code> before
377 * Actually writes to the stats file. If it cannot write to the stats file,
379 * object, that object's stats file is created/opened in the directory
381 * <code>property com.iplanet.services.stats.directory</code> in the
410 * Sets the stats capabilities based on the values of the
440 * Sets the <code>stats</code> capabilities based on the values of the
449 * file - statistics are written to the stats file
453 * console - statistics are written to the stats to the console
477 * Destroys the stats object, closes the stats file and releases any system
478 * resources. Note that the stats file will remain open until
496 /** Flushes and then closes the stats file. */