@Service public interface NetworkInterfaceInfoDAO
Modifier and Type | Field and Description |
---|---|
static Key<String> |
ifaceKey |
static Key<String> |
ip4AddrKey |
static Key<String> |
ip6AddrKey |
static Category<NetworkInterfaceInfo> |
networkInfoCategory |
Modifier and Type | Method and Description |
---|---|
List<NetworkInterfaceInfo> |
getNetworkInterfaces(HostRef ref) |
void |
putNetworkInterfaceInfo(NetworkInterfaceInfo info) |
static final Category<NetworkInterfaceInfo> networkInfoCategory
List<NetworkInterfaceInfo> getNetworkInterfaces(HostRef ref)
void putNetworkInterfaceInfo(NetworkInterfaceInfo info)
Copyright © 2013. All rights reserved.