+ abstractService.getName());
}
StatefulServer statefulServer = (StatefulServer) abstractServer;
DeleteSessionCommandCallback callback;
// free server from session
statefulServer.removeSession(session);
int otiOnSCMillis = (int) (oti * basicConf.getOperationTimeoutMultiplier());
int tries = (otiOnSCMillis / Constants.WAIT_FOR_FREE_CONNECTION_INTERVAL_MILLIS);
// Following loop implements the wait mechanism in case of a busy connection pool
int i = 0;