Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate |
Modifier and Type | Method and Description |
---|---|
OnmsAtInterface |
AtInterfaceDao.findByNodeAndAddress(Integer nodeId,
InetAddress ipAddress,
String macAddress) |
OnmsAtInterface |
AtInterfaceDao.getAtInterfaceForAddress(Connection dbConn,
InetAddress address)
Get the
OnmsAtInterface that goes with a given address and
node. |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsAtInterface> |
AtInterfaceDao.findByMacAddress(String macAddress) |
Modifier and Type | Method and Description |
---|---|
void |
AtInterfaceDao.saveAtInterface(Connection dbConn,
OnmsAtInterface at) |
Modifier and Type | Method and Description |
---|---|
OnmsAtInterface |
AtInterfaceDaoHibernate.findByNodeAndAddress(Integer nodeId,
InetAddress ipAddress,
String macAddress) |
OnmsAtInterface |
AtInterfaceDaoHibernate.getAtInterfaceForAddress(Connection dbConn,
InetAddress address) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsAtInterface> |
AtInterfaceDaoHibernate.findByMacAddress(String macAddress) |
Modifier and Type | Method and Description |
---|---|
void |
AtInterfaceDaoHibernate.saveAtInterface(Connection dbConn,
OnmsAtInterface saveMe) |
Copyright © 2015. All Rights Reserved.