org.hardtokenmgmt.ws.server
Class HostStatusFetchHelper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostStatusFetchHelper
public HostStatusFetchHelper()
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)