super();
this.server = server;
this.connection = FConnectionManager.getConnection(server
.getConfiguration());
this.twoPhaseCommit = TwoPhaseCommit.getInstance(server.getActionManager());
this.leases = new Leases(server.getConfiguration().getInt(
FConstants.THREAD_WAKE_FREQUENCY,
FConstants.DEFAULT_THREAD_WAKE_FREQUENCY));
this.sessionLeaseTimeoutPeriod = this.server.getConfiguration().getInt(
FConstants.WASP_CLIENT_SESSION_TIMEOUT_PERIOD,
FConstants.DEFAULT_WASP_CLIENT_SESSION_TIMEOUT_PERIOD);