134135136137138139140141142143144
logger.debug("Disconnecting association with " + getTarget()); try { request(new CloseOperation(this, this.associationReferenceId, message)); } catch (ProtocolException e) { logger.debug("Ignoring protocol error while closing association", e); }