public void shutDown() {
   Log.traceCall();
   networkNode.removeMessageListener(this);
   stopTimeoutTimer();
 }