Searched refs:statsFile (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStats.java146 private PrintWriter statsFile = null; field in class:Stats
387 // First, see if the statsFile is already open. If not, open it now.
389 if (statsFile == null) {
393 statsFile = new PrintWriter(new BufferedWriter(
396 statsFile.println("*********************************" +
400 statsFile.println(msg);
404 // turn off statistics because statsFile is not accessible
503 if (statsFile == null) {
508 statsFile.flush();
509 statsFile
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStats.java149 private PrintWriter statsFile = null; field in class:Stats
390 // First, see if the statsFile is already open. If not, open it now.
392 if (statsFile == null) {
396 statsFile = new PrintWriter(new BufferedWriter(
399 statsFile.println("*********************************" +
403 statsFile.println(msg);
407 // turn off statistics because statsFile is not accessible
506 if (statsFile == null) {
511 statsFile.flush();
512 statsFile
[all...]

Completed in 29 milliseconds