Uses of Class
org.hardtokenmgmt.admin.common.HostInfoVO

Packages that use HostInfoVO
org.hardtokenmgmt.admin.common   
org.hardtokenmgmt.admin.model   
org.hardtokenmgmt.ws   
org.hardtokenmgmt.ws.server   
 

Uses of HostInfoVO in org.hardtokenmgmt.admin.common
 

Methods in org.hardtokenmgmt.admin.common that return HostInfoVO
static HostInfoVO BeanConverter.convertWSHostInfoVO(org.hardtokenmgmt.ws.gen.HostInfoVO hostInfoVOWS)
           
 

Uses of HostInfoVO in org.hardtokenmgmt.admin.model
 

Methods in org.hardtokenmgmt.admin.model that return HostInfoVO
 HostInfoVO HostStatusAnalyzer.getHostInfoVO()
           
 

Constructors in org.hardtokenmgmt.admin.model with parameters of type HostInfoVO
HostStatusAnalyzer(HostInfoVO hostInfoVO)
           
OverallStatus(HostInfoVO[] hostInfos)
           
 

Uses of HostInfoVO in org.hardtokenmgmt.ws
 

Methods in org.hardtokenmgmt.ws that return HostInfoVO
 HostInfoVO IHTMFAdminWS.getHostStatuses()
          Method used to fetch the current status of the host.
 

Uses of HostInfoVO in org.hardtokenmgmt.ws.server
 

Methods in org.hardtokenmgmt.ws.server that return HostInfoVO
 HostInfoVO HTMFAdminWS.getHostStatuses()