5152535455565758596061
if(handler == null) { s_logger.error("No handler can be found for hypervisor type in command context, hypervisor: " + hypervisor); return defaultAction(cmd); } return handler.executeRequest(cmd); } return defaultAction(cmd); }
5253545556575859606162
if (handler == null) { s_logger.error("No handler can be found for hypervisor type in command context, hypervisor: " + hypervisor); return defaultAction(cmd); } return handler.executeRequest(cmd); } return defaultAction(cmd); }