Uses of Interface
org.hardtokenmgmt.admin.model.IStatusAnalyzer

Packages that use IStatusAnalyzer
org.hardtokenmgmt.admin.model   
 

Uses of IStatusAnalyzer in org.hardtokenmgmt.admin.model
 

Classes in org.hardtokenmgmt.admin.model that implement IStatusAnalyzer
 class BaseStatusAnalyzer
          Base class of all status analyzers containing all the in common methods.
 class CAStatusAnalyzer
          Class in charge of analyzing the data of a CA Info VO
 class GeneralStatusAnalyzer
          Class used to analyze the status of a general information object
 class HostStatusAnalyzer
          Status analyzer that determines the overall status of the current host.
 class MemStatusAnalyzer
          Status analyzer of a memory type
 class PartitionStatusAnalyzer
          Contains the status of of a partition VO Includes analysis of it's PartitionInfoVO
 class SysCheckStatusAnalyzer
           
 

Methods in org.hardtokenmgmt.admin.model with parameters of type IStatusAnalyzer
static int AnalyzeHelper.getThresholdAsInt(IStatusAnalyzer statusAnalyser, java.lang.String threshold)
           
static java.lang.String AnalyzeHelper.getThresholdSetting(IStatusAnalyzer statusAnalyser, boolean globalsetting)
          Method that determines the property name for the given object in the global.settings, alternatively administrator settings.
static boolean AnalyzeHelper.isThresholdValueBoolean(IStatusAnalyzer statusAnalyser, java.lang.String thresholdValue)