Package com.google.code.lightssh.project.scheduler.entity

Examples of com.google.code.lightssh.project.scheduler.entity.PlanDetail.incFailureCount()


          detail.setFinishTime( Calendar.getInstance() );
        }else{
          newStatus = result.isException()
            ?PlanDetail.Status.EXCEPTION:PlanDetail.Status.FAILURE;
          detail.setErrMsg( TextFormater.format(result.getMessage(),497,true) );
          detail.incFailureCount( );
        }
       
        //detail.setStatus(newStatus);
        //planDetailDao.update(detail);
       
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.