this.lockTimeoutPeriod = conf.getInt(
FConstants.SELECT_FOR_UPDATE_LOCK_TIMEOUT,
FConstants.DEFAULT_SELECT_FOR_UPDATE_LOCK_TIMEOUT);
if (this.services != null) {
this.metricsEntityGroup = new MetricsEntityGroup(
new MetricsEntityGroupWrapperImpl(this));
} else {
this.metricsEntityGroup = null;
}
if (LOG.isDebugEnabled()) {