/**
  * Tries to close server socket and connections to other <tt>HazelcastInstance</tt>s.
  *
  * @param hazelcastInstance
  */
 protected final void tryCloseConnections(HazelcastInstance hazelcastInstance) {
   OutOfMemoryErrorDispatcher.Helper.tryCloseConnections(hazelcastInstance);
 }