|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpInterfaceDao
IpInterfaceDao interface.
| Method Summary | |
|---|---|
OnmsIpInterface |
findByForeignKeyAndIpAddress(String foreignSource,
String foreignId,
String ipAddress)
findByForeignKeyAndIpAddress |
List<OnmsIpInterface> |
findByIpAddress(String ipAddress)
findByIpAddress |
OnmsIpInterface |
findByNodeIdAndIpAddress(Integer nodeId,
String ipAddress)
findByNodeIdAndIpAddress |
List<OnmsIpInterface> |
findByServiceType(String svcName)
findByServiceType |
List<OnmsIpInterface> |
findHierarchyByServiceType(String svcName)
findHierarchyByServiceType |
OnmsIpInterface |
findPrimaryInterfaceByNodeId(Integer nodeId)
|
OnmsIpInterface |
get(OnmsNode node,
String ipAddress)
get |
Map<InetAddress,Integer> |
getInterfacesForNodes()
Returns a map of all IP to node ID mappings in the database. |
| Methods inherited from interface org.opennms.netmgt.dao.OnmsDao |
|---|
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update |
| Method Detail |
|---|
OnmsIpInterface get(OnmsNode node,
String ipAddress)
get
node - a OnmsNode object.ipAddress - a String object.
OnmsIpInterface object.
OnmsIpInterface findByNodeIdAndIpAddress(Integer nodeId,
String ipAddress)
findByNodeIdAndIpAddress
nodeId - a Integer object.ipAddress - a String object.
OnmsIpInterface object.
OnmsIpInterface findByForeignKeyAndIpAddress(String foreignSource,
String foreignId,
String ipAddress)
findByForeignKeyAndIpAddress
foreignSource - a String object.foreignId - a String object.ipAddress - a String object.
OnmsIpInterface object.List<OnmsIpInterface> findByIpAddress(String ipAddress)
findByIpAddress
ipAddress - a String object.
Collection object.List<OnmsIpInterface> findByServiceType(String svcName)
findByServiceType
svcName - a String object.
Collection object.List<OnmsIpInterface> findHierarchyByServiceType(String svcName)
findHierarchyByServiceType
svcName - a String object.
Collection object.Map<InetAddress,Integer> getInterfacesForNodes()
Map object.OnmsIpInterface findPrimaryInterfaceByNodeId(Integer nodeId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||