org.rhq.core.domain.resource.composite
Class ResourceAvailabilitySummary
java.lang.Object
org.rhq.core.domain.resource.composite.ResourceAvailabilitySummary
- All Implemented Interfaces:
- Serializable
public class ResourceAvailabilitySummary
- extends Object
- implements Serializable
Summary information about a resource's availability history
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceAvailabilitySummary
public ResourceAvailabilitySummary(long upTime,
long downTime,
int failures,
long lastChange,
AvailabilityType current)
getMTBF
public long getMTBF()
getMTTR
public long getMTTR()
getUpPercentage
public double getUpPercentage()
getUpTime
public long getUpTime()
getDownTime
public long getDownTime()
getFailures
public int getFailures()
getLastChange
public Date getLastChange()
getCurrent
public AvailabilityType getCurrent()
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.