org.rhq.enterprise.server.alert.engine
Class AlertConditionCacheStats

java.lang.Object
  extended by org.rhq.enterprise.server.alert.engine.AlertConditionCacheStats

public class AlertConditionCacheStats
extends Object

Author:
Joseph Marques

Field Summary
 int created
           
 int deleted
           
 int matched
           
 int updated
           
 
Constructor Summary
AlertConditionCacheStats()
           
 
Method Summary
 void add(AlertConditionCacheStats stats)
           
 long getAge()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

created

public int created

updated

public int updated

deleted

public int deleted

matched

public int matched
Constructor Detail

AlertConditionCacheStats

public AlertConditionCacheStats()
Method Detail

add

public void add(AlertConditionCacheStats stats)

getAge

public long getAge()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.