org.tango.server.command
Class CommandHistory

java.lang.Object
  extended by org.tango.server.command.CommandHistory

public final class CommandHistory
extends java.lang.Object


Constructor Summary
CommandHistory(int type)
           
 
Method Summary
 void addToHistory(java.lang.Object value, fr.esrf.Tango.DevError[] error)
           
 void clear()
           
 int getMaxSize()
           
 void setMaxSize(int maxSize)
           
 int size()
           
 fr.esrf.Tango.DevCmdHistory_4 toDevCmdHistory4(int maxSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHistory

public CommandHistory(int type)
Method Detail

setMaxSize

public void setMaxSize(int maxSize)

addToHistory

public void addToHistory(java.lang.Object value,
                         fr.esrf.Tango.DevError[] error)
                  throws fr.esrf.Tango.DevFailed
Throws:
fr.esrf.Tango.DevFailed

size

public int size()

clear

public void clear()

toDevCmdHistory4

public fr.esrf.Tango.DevCmdHistory_4 toDevCmdHistory4(int maxSize)
                                               throws fr.esrf.Tango.DevFailed
Throws:
fr.esrf.Tango.DevFailed

getMaxSize

public int getMaxSize()


Copyright © 2012-2017. All Rights Reserved.