public class DefaultHostsVMsLoader extends Object implements HostsVMsLoader
| Constructor and Description |
|---|
DefaultHostsVMsLoader(HostInfoDAO hostDAO,
VmInfoDAO vmsDAO,
boolean liveHosts) |
| Modifier and Type | Method and Description |
|---|---|
Collection<HostRef> |
getHosts() |
Collection<VmRef> |
getVMs(HostRef host) |
public DefaultHostsVMsLoader(HostInfoDAO hostDAO, VmInfoDAO vmsDAO, boolean liveHosts)
hostDAO - vmsDAO - liveHosts - true if only alive agent documents should get retrieved.public Collection<HostRef> getHosts()
getHosts in interface HostsVMsLoaderpublic Collection<VmRef> getVMs(HostRef host)
getVMs in interface HostsVMsLoaderCopyright © 2015. All rights reserved.