jas.job
Interface HistogramAccess


public interface HistogramAccess

A set of operations that can be performed on histograms, or Histogram folders.


Method Summary
 boolean canSetClearOnRewind()
           
 void clear()
           
 void delete()
           
 DataSource getData()
          Actually access the data associated with the histogram
 java.lang.String getDescription()
           
 boolean isClearOnRewind()
           
 void rename(java.lang.String newName)
           
 void setClearOnRewind(boolean value)
           
 

Method Detail

delete

public void delete()

clear

public void clear()

rename

public void rename(java.lang.String newName)
            throws NamedObject.RenameException

isClearOnRewind

public boolean isClearOnRewind()

canSetClearOnRewind

public boolean canSetClearOnRewind()

setClearOnRewind

public void setClearOnRewind(boolean value)

getDescription

public java.lang.String getDescription()

getData

public DataSource getData()
Actually access the data associated with the histogram