if (Tracing.isDebugEnabled(this.getClass())) {
Tracing.logDebug("Connecting to server by thread pool with user: "+username, this.getClass());
}
TaskExecutorManager.getInstance().runTask(new ConnectToServerTask(this));
connectionTimestamp = System.currentTimeMillis();
}