Uses of Class
org.hardtokenmgmt.admin.model.OverallStatus

Packages that use OverallStatus
org.hardtokenmgmt.admin.control   
org.hardtokenmgmt.admin.model   
 

Uses of OverallStatus in org.hardtokenmgmt.admin.control
 

Methods in org.hardtokenmgmt.admin.control that return OverallStatus
 OverallStatus HostStatusUpdater.getCurrentOverallStatus()
           
 OverallStatus IHostStatusFetcher.getHostStatuses()
          Method that should fetch the current HostInfoVO for all the configured hosts
 OverallStatus HTMFWSImpl.getHostStatuses()
           
 OverallStatus DummyImpl.getHostStatuses()
          Method that fetches information about the local host
 

Uses of OverallStatus in org.hardtokenmgmt.admin.model
 

Methods in org.hardtokenmgmt.admin.model with parameters of type OverallStatus
static java.lang.String[] AnalyzeHelper.getHostnames(OverallStatus overallStatus)
          Parses all the hostnames from a overall status object.