* tab.
*/
getLogger()
.log(Level.FINER,
"Connection unexpectedly closed for resource {0} with transport {1}",
new Object[] { id, resource.transport() });
}
if (pushConnection.isConnected()) {
// disconnect() assumes the push connection is connected but
// this method can currently be called more than once during
// disconnect, depending on the situation