Package org.jmanage.monitoring.downtime

Examples of org.jmanage.monitoring.downtime.ApplicationDowntimeHistory


        return isUp;
    }
   
    public static String getRecordingSince(ApplicationConfig appConfig){
        DowntimeRecorder recorder = ApplicationDowntimeService.getInstance().getDowntimeRecorder();
        ApplicationDowntimeHistory history = recorder.getDowntimeHistory(appConfig);
        return formatter.format(new Date(history.getRecordingSince()));
    }
View Full Code Here

TOP

Related Classes of org.jmanage.monitoring.downtime.ApplicationDowntimeHistory

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.