181182183184185186187188189190191
serverStatus |= STATUS_SHUTDOWN; // shuts down message trace MessageTraceMgr msgTraceMgr = MessageTraceMgr.getInstance(); if ( msgTraceMgr != null) { msgTraceMgr.stop(); } } /** * Server is terminating the subsystems and the runtime environment.