Package com.intel.mtwilson.as.controller

Examples of com.intel.mtwilson.as.controller.TblTaLogJpaController.destroy()


                                if(taLogs != null){

                                        for(TblTaLog taLog : taLogs){
                                                try {
                                                     tblTaLogJpaController.destroy(taLog.getId());
                                                } catch (NonexistentEntityException e) {
                                                        log.warn("Ta Log is already deleted " + taLog.getId());
                                                }
                                        }
                                        log.info("Deleted all the logs for the given host " + hostId);
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.