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

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

Uses of PartitionInfoVO in org.hardtokenmgmt.admin.common
 

Methods in org.hardtokenmgmt.admin.common that return types with arguments of type PartitionInfoVO
 java.util.List<PartitionInfoVO> HostInfoVO.getDiskInfo()
           
 

Method parameters in org.hardtokenmgmt.admin.common with type arguments of type PartitionInfoVO
 void HostInfoVO.setDiskInfo(java.util.List<PartitionInfoVO> diskInfo)
           
 

Uses of PartitionInfoVO in org.hardtokenmgmt.admin.model
 

Methods in org.hardtokenmgmt.admin.model that return PartitionInfoVO
 PartitionInfoVO PartitionStatusAnalyzer.getPartitionInfoVO()
           
 

Constructors in org.hardtokenmgmt.admin.model with parameters of type PartitionInfoVO
PartitionStatusAnalyzer(java.lang.String hostname, PartitionInfoVO partitionInfoVO)
           
 

Uses of PartitionInfoVO in org.hardtokenmgmt.ws.server
 

Methods in org.hardtokenmgmt.ws.server that return types with arguments of type PartitionInfoVO
static java.util.List<PartitionInfoVO> HostStatusFetchHelper.fetchDiskInfo()