org.ow2.jasmine.monitoring.mbeancmd.context
Class AttributesOldValues
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributesOldValues
public AttributesOldValues()
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.