Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.linkd |
TODO: add package overview sentence here.
|
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) |
Modifier and Type | Method and Description |
---|---|
List<OnmsAtInterface> |
LinkableNode.getAtInterfaces()
getAtInterfaces
|
Modifier and Type | Method and Description |
---|---|
void |
LinkableNode.setAtInterfaces(List<OnmsAtInterface> atinterfaces)
setAtInterfaces
|
Copyright © 2015. All Rights Reserved.