Package de.iritgo.aktera.base.server

Examples of de.iritgo.aktera.base.server.SystemCheckService


      throw new ModelException("ConfigurationException during needUpdate() check", x);
    }

    try
    {
      SystemCheckService systemCheckService = (SystemCheckService) SpringTools.getBean(SystemCheckService.ID);
      if (systemCheckService != null && ! systemCheckService.isSystemReady())
      {
        return res.createCommand(systemCheckService.getSystemCheckModel()).execute(req, res);
      }
    }
    catch (Exception ignore)
    {
      // No system check service configured.
View Full Code Here

TOP

Related Classes of de.iritgo.aktera.base.server.SystemCheckService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.