if (property == null) {
property = new TreeBidiMap();
configurationContext.setProperty(ServerConstants.FILE_RESOURCE_MAP, property);
}
houseKeepingTimer.
scheduleAtFixedRate(new HouseKeepingTask(serverWorkDir, (BidiMap) property),
houseKeepingInterval,
houseKeepingInterval);
}
}