public interface DAOFactory
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
CpuStatDAO |
getCpuStatDAO() |
HostInfoDAO |
getHostInfoDAO() |
MemoryStatDAO |
getMemoryStatDAO() |
NetworkInterfaceInfoDAO |
getNetworkInterfaceInfoDAO() |
Storage |
getStorage() |
VmClassStatDAO |
getVmClassStatsDAO() |
VmCpuStatDAO |
getVmCpuStatDAO() |
VmGcStatDAO |
getVmGcStatDAO() |
VmInfoDAO |
getVmInfoDAO() |
VmMemoryStatDAO |
getVmMemoryStatDAO() |
Storage getStorage()
Connection getConnection()
HostInfoDAO getHostInfoDAO()
CpuStatDAO getCpuStatDAO()
MemoryStatDAO getMemoryStatDAO()
NetworkInterfaceInfoDAO getNetworkInterfaceInfoDAO()
VmInfoDAO getVmInfoDAO()
VmCpuStatDAO getVmCpuStatDAO()
VmMemoryStatDAO getVmMemoryStatDAO()
VmClassStatDAO getVmClassStatsDAO()
VmGcStatDAO getVmGcStatDAO()
Copyright © 2012. All Rights Reserved.