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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java363 private static Map fileTable = new HashMap(); field in class:FileLookup
422 File temp0 = (File) fileTable.get(tempFile);
448 synchronized (fileTable) {
449 File temp1 = (File)fileTable.get(tempFile);
451 fileTable.put(tempFile, file);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java363 private static Map fileTable = new HashMap(); field in class:FileLookup
422 File temp0 = (File) fileTable.get(tempFile);
448 synchronized (fileTable) {
449 File temp1 = (File)fileTable.get(tempFile);
451 fileTable.put(tempFile, file);

Completed in 57 milliseconds