org.ow2.jasmine.monitoring.mbeancmd.context
Class AttributesOldValues

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.context.AttributesOldValues

public class AttributesOldValues
extends Object

Allows to manage the old values of some attributes corresponding to a MBean polled by a command.

Author:
danesa

Constructor Summary
AttributesOldValues()
           
 
Method Summary
 Object getOldValue(String attName)
           
 void setOldValue(String attName, Object currentValue)
           
 void setOldValues(HashMap<String,Object> currentValues)
           
 void setOn(ObjectName on)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesOldValues

public AttributesOldValues()
Method Detail

setOn

public void setOn(ObjectName on)

setOldValues

public void setOldValues(HashMap<String,Object> currentValues)

setOldValue

public void setOldValue(String attName,
                        Object currentValue)

getOldValue

public Object getOldValue(String attName)


Copyright © 2011 OW2 Consortium. All Rights Reserved.