this.doDisconnect();
if (logger.isInfoEnabled())
{
logger.info("Disconnected: " + this.getConnectionDescription());
}
this.fireNotification(new ConnectionNotification(this, getConnectEventId(),
ConnectionNotification.CONNECTION_DISCONNECTED));
}
catch (Exception e)
{
logger.error(e.getMessage());