org.hardtokenmgmt.ws.server
Class HostStatusFetchHelper

java.lang.Object
  extended by org.hardtokenmgmt.ws.server.HostStatusFetchHelper

public class HostStatusFetchHelper
extends java.lang.Object

Help methods related for host status fetching.

Version:
$Id$
Author:
Philip Vendil 31 mar 2009

Constructor Summary
HostStatusFetchHelper()
           
 
Method Summary
static java.util.List<CAInfoVO> fetchCAInfo(org.ejbca.core.model.log.Admin caller)
           
static CAInfoVO fetchCAInfoVO(org.ejbca.core.model.log.Admin caller, int caId)
           
static java.util.List<PartitionInfoVO> fetchDiskInfo()
           
static java.util.List<GeneralInfoVO> fetchGeneralInfo()
           
static java.util.List<MemInfoVO> fetchMemInfo()
           
static java.util.List<SysCheckInfoVO> fetchSysCheckInfo()
           
static java.lang.String getHostname(javax.xml.ws.WebServiceContext wsContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostStatusFetchHelper

public HostStatusFetchHelper()
Method Detail

fetchGeneralInfo

public static java.util.List<GeneralInfoVO> fetchGeneralInfo()

fetchMemInfo

public static java.util.List<MemInfoVO> fetchMemInfo()

fetchDiskInfo

public static java.util.List<PartitionInfoVO> fetchDiskInfo()

fetchSysCheckInfo

public static java.util.List<SysCheckInfoVO> fetchSysCheckInfo()

fetchCAInfo

public static java.util.List<CAInfoVO> fetchCAInfo(org.ejbca.core.model.log.Admin caller)

fetchCAInfoVO

public static CAInfoVO fetchCAInfoVO(org.ejbca.core.model.log.Admin caller,
                                     int caId)

getHostname

public static java.lang.String getHostname(javax.xml.ws.WebServiceContext wsContext)