org.tango.server.attribute
Class AttributeHistory

java.lang.Object
  extended by org.tango.server.attribute.AttributeHistory

public final class AttributeHistory
extends java.lang.Object


Constructor Summary
AttributeHistory(java.lang.String attributeName, boolean isReadWrite, int tangoType)
           
 
Method Summary
 void addToHistory(AttributeValue readValue, AttributeValue writeValue, fr.esrf.Tango.DevError[] error)
           
 void clear()
           
 fr.esrf.Tango.DevAttrHistory_4 getAttrHistory4(int maxSize)
           
 int getMaxSize()
           
 void setMaxSize(int maxSize)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeHistory

public AttributeHistory(java.lang.String attributeName,
                        boolean isReadWrite,
                        int tangoType)
Method Detail

addToHistory

public void addToHistory(AttributeValue readValue,
                         AttributeValue writeValue,
                         fr.esrf.Tango.DevError[] error)

size

public int size()

clear

public void clear()

getAttrHistory4

public fr.esrf.Tango.DevAttrHistory_4 getAttrHistory4(int maxSize)
                                               throws fr.esrf.Tango.DevFailed
Throws:
fr.esrf.Tango.DevFailed

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMaxSize

public int getMaxSize()

setMaxSize

public void setMaxSize(int maxSize)


Copyright © 2012-2015. All Rights Reserved.