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

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DFileUtils.java612 * @param work the RetriableWork implementation to be run
615 private static int doWithRetry(RetriableWork work) {
1148 private interface RetriableWork extends Runnable { interface in class:FileUtils
1151 * Returns whether the work to be done by this instance of RetriableWork
1165 private static class RenameFileWork implements RetriableWork {
1188 private static class FileOutputStreamWork implements RetriableWork {

Completed in 13 milliseconds