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

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardContext.java507 private List<String> watchedResources = field in class:StandardContext
3542 watchedResources.add(name);
4099 return watchedResources;
4537 return !watchedResources.isEmpty();
4545 synchronized (watchedResources) {
4548 Iterator<String> i = watchedResources.iterator();
4553 watchedResources.clear();

Completed in 29 milliseconds