Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
TableStrategy.getInterfaceToPoll() |
OnmsIpInterface |
InstanceStrategy.getInterfaceToPoll() |
OnmsIpInterface |
AccessPointPoller.getInterfaceToPoll() |
Modifier and Type | Method and Description |
---|---|
void |
TableStrategy.setInterfaceToPoll(OnmsIpInterface interfaceToPoll) |
void |
InstanceStrategy.setInterfaceToPoll(OnmsIpInterface interfaceToPoll) |
void |
AccessPointPoller.setInterfaceToPoll(OnmsIpInterface interfaceToPoll) |
Modifier and Type | Method and Description |
---|---|
Collection<CollectionSpecification> |
Collectd.getSpecificationsForInterface(OnmsIpInterface iface,
String svcName)
getSpecificationsForInterface
|
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
IpInterfaceDao.findByForeignKeyAndIpAddress(String foreignSource,
String foreignId,
String ipAddress)
findByForeignKeyAndIpAddress
|
OnmsIpInterface |
IpInterfaceDao.findByNodeIdAndIpAddress(Integer nodeId,
String ipAddress)
findByNodeIdAndIpAddress
|
OnmsIpInterface |
IpInterfaceDao.findPrimaryInterfaceByNodeId(Integer nodeId) |
OnmsIpInterface |
IpInterfaceDao.get(OnmsNode node,
String ipAddress)
get
|
Modifier and Type | Method and Description |
---|---|
List<OnmsIpInterface> |
IpInterfaceDao.findByIpAddress(String ipAddress)
findByIpAddress
|
List<OnmsIpInterface> |
IpInterfaceDao.findByNodeId(Integer nodeId)
findByNodeId
|
List<OnmsIpInterface> |
IpInterfaceDao.findByServiceType(String svcName)
findByServiceType
|
List<OnmsIpInterface> |
IpInterfaceDao.findHierarchyByServiceType(String svcName)
findHierarchyByServiceType
|
List<OnmsIpInterface> |
NodeDao.findObsoleteIpInterfaces(Integer nodeId,
Date scanStamp)
findObsoleteIpInterfaces
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsSecretAttribute> |
AttributeSecretDao.getAttributesForInterface(OnmsIpInterface iface)
getAttributesForInterface
|
OnmsResource |
ResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface)
getResourceForIpInterface
|
OnmsResource |
ResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locationMonitor)
getResourceForIpInterface
|
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
IpInterfaceDaoHibernate.findByForeignKeyAndIpAddress(String foreignSource,
String foreignId,
String ipAddress)
findByForeignKeyAndIpAddress
|
OnmsIpInterface |
IpInterfaceDaoHibernate.findByNodeIdAndIpAddress(Integer nodeId,
String ipAddress)
findByNodeIdAndIpAddress
|
OnmsIpInterface |
IpInterfaceDaoHibernate.findPrimaryInterfaceByNodeId(Integer nodeId) |
OnmsIpInterface |
IpInterfaceDaoHibernate.get(OnmsNode node,
String ipAddress)
get
|
Modifier and Type | Method and Description |
---|---|
List<OnmsIpInterface> |
IpInterfaceDaoHibernate.findByIpAddress(String ipAddress)
findByIpAddress
|
List<OnmsIpInterface> |
IpInterfaceDaoHibernate.findByNodeId(Integer nodeId)
findByNodeId
|
List<OnmsIpInterface> |
IpInterfaceDaoHibernate.findByServiceType(String svcName)
findByServiceType
|
List<OnmsIpInterface> |
IpInterfaceDaoHibernate.findHierarchyByServiceType(String svcName)
findHierarchyByServiceType
|
List<OnmsIpInterface> |
NodeDaoHibernate.findObsoleteIpInterfaces(Integer nodeId,
Date scanStamp)
findObsoleteIpInterfaces
|
Modifier and Type | Method and Description |
---|---|
OnmsResource |
DefaultResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface) |
OnmsResource |
DefaultResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locMon) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,OnmsIpInterface> |
AbstractSaveOrUpdateOperation.getIpAddrToInterfaceMap(OnmsNode imported)
getIpAddrToInterfaceMap
|
Modifier and Type | Method and Description |
---|---|
void |
AddEventVisitor.visitIpInterface(OnmsIpInterface iface) |
void |
DeleteEventVisitor.visitIpInterfaceComplete(OnmsIpInterface iface) |
Constructor and Description |
---|
UpdateOperation.ServiceUpdater(OnmsIpInterface iface,
OnmsIpInterface imported) |
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
OnmsNode.getCriticalInterface()
getCriticalInterface
|
OnmsIpInterface |
NetworkBuilder.InterfaceBuilder.getInterface() |
OnmsIpInterface |
OnmsNode.getInterfaceWithService(String svcName)
getInterfaceWithService
|
OnmsIpInterface |
OnmsMonitoredService.getIpInterface()
getIpInterface
|
OnmsIpInterface |
LocationMonitorIpInterface.getIpInterface()
getIpInterface
|
OnmsIpInterface |
OnmsNode.getIpInterfaceByIpAddress(InetAddress ipAddress)
getIpInterfaceByIpAddress
|
OnmsIpInterface |
OnmsNode.getIpInterfaceByIpAddress(String ipAddress)
getIpInterfaceByIpAddress
|
OnmsIpInterface |
OnmsNode.getPrimaryInterface()
getPrimaryInterface
|
OnmsIpInterface |
OnmsSnmpInterface.getPrimaryIpInterface()
getPrimaryIpInterface
|
Modifier and Type | Method and Description |
---|---|
List<OnmsIpInterface> |
OnmsIpInterfaceList.getInterfaces()
getInterfaces
|
Set<OnmsIpInterface> |
OnmsSnmpInterface.getIpInterfaces()
getIpInterfaces
|
Set<OnmsIpInterface> |
OnmsNode.getIpInterfaces()
The interfaces on this node
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsSnmpInterface.addIpInterface(OnmsIpInterface iface)
addIpInterface
|
void |
OnmsNode.addIpInterface(OnmsIpInterface iface)
addIpInterface
|
void |
OnmsIpInterface.mergeInterface(OnmsIpInterface scannedIface,
EventForwarder eventForwarder,
boolean deleteMissing)
mergeInterface
|
void |
OnmsIpInterface.mergeInterfaceAttributes(OnmsIpInterface scannedIface)
mergeInterfaceAttributes
|
void |
OnmsIpInterface.mergeMonitoredServices(OnmsIpInterface scannedIface,
EventForwarder eventForwarder,
boolean deleteMissing)
mergeMonitoredServices
|
void |
OnmsMonitoredService.setIpInterface(OnmsIpInterface ipInterface)
setIpInterface
|
void |
OnmsIpInterface.updateSnmpInterface(OnmsIpInterface scannedIface)
updateSnmpInterface
|
void |
EntityVisitor.visitIpInterface(OnmsIpInterface iface) |
void |
AbstractEntityVisitor.visitIpInterface(OnmsIpInterface iface) |
void |
EntityVisitor.visitIpInterfaceComplete(OnmsIpInterface iface) |
void |
AbstractEntityVisitor.visitIpInterfaceComplete(OnmsIpInterface iface) |
Modifier and Type | Method and Description |
---|---|
void |
OnmsIpInterfaceList.setInterfaces(List<OnmsIpInterface> interfaces)
setInterfaces
|
void |
OnmsSnmpInterface.setIpInterfaces(Set<OnmsIpInterface> ipInterfaces)
setIpInterfaces
|
void |
OnmsNode.setIpInterfaces(Set<OnmsIpInterface> ipinterfaces)
setIpInterfaces
|
Constructor and Description |
---|
LocationMonitorIpInterface(OnmsLocationMonitor locationMonitor,
OnmsIpInterface ipInterface)
Constructor for LocationMonitorIpInterface.
|
OnmsMonitoredService(OnmsIpInterface ipIf,
OnmsServiceType serviceType)
Constructor for OnmsMonitoredService.
|
Constructor and Description |
---|
OnmsIpInterfaceList(Collection<? extends OnmsIpInterface> c)
Constructor for OnmsIpInterfaceList.
|
Modifier and Type | Method and Description |
---|---|
protected Event |
AddEventVisitor.createNodeGainedInterfaceEvent(OnmsIpInterface iface)
createNodeGainedInterfaceEvent
|
EventBuilder |
EventBuilder.setIpInterface(OnmsIpInterface iface)
setIpInterface
|
void |
UpdateEventVisitor.visitIpInterface(OnmsIpInterface iface) |
void |
AddEventVisitor.visitIpInterface(OnmsIpInterface iface) |
void |
DeleteEventVisitor.visitIpInterfaceComplete(OnmsIpInterface iface) |
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
IpInterfacePolicy.apply(OnmsIpInterface iface)
apply
|
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
IpInterfacePolicy.apply(OnmsIpInterface iface)
apply
|
Constructor and Description |
---|
ReverseDnsRecord(OnmsIpInterface ipInterface) |
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
MatchingIpInterfacePolicy.act(OnmsIpInterface iface)
act
|
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
MatchingIpInterfacePolicy.act(OnmsIpInterface iface)
act
|
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
ProvisionService.getPrimaryInterfaceForNode(OnmsNode node)
getPrimaryInterfaceForNode
|
OnmsIpInterface |
DefaultProvisionService.getPrimaryInterfaceForNode(OnmsNode node)
getPrimaryInterfaceForNode
|
OnmsIpInterface |
ProvisionService.setIsPrimaryFlag(Integer nodeId,
String ipAddress)
setIsPrimaryFlag
|
OnmsIpInterface |
DefaultProvisionService.setIsPrimaryFlag(Integer nodeId,
String ipAddress)
setIsPrimaryFlag
|
OnmsIpInterface |
ProvisionService.updateIpInterfaceAttributes(Integer nodeId,
OnmsIpInterface ipInterface)
updateIpInterfaceAttributes
|
OnmsIpInterface |
DefaultProvisionService.updateIpInterfaceAttributes(Integer nodeId,
OnmsIpInterface scannedIface)
updateIpInterfaceAttributes
|
Modifier and Type | Method and Description |
---|---|
protected Runnable |
NodeScan.BaseAgentScan.ipUpdater(BatchTask currentPhase,
OnmsIpInterface iface) |
boolean |
DefaultProvisionService.isRequisitioned(OnmsIpInterface ip) |
OnmsIpInterface |
ProvisionService.updateIpInterfaceAttributes(Integer nodeId,
OnmsIpInterface ipInterface)
updateIpInterfaceAttributes
|
OnmsIpInterface |
DefaultProvisionService.updateIpInterfaceAttributes(Integer nodeId,
OnmsIpInterface scannedIface)
updateIpInterfaceAttributes
|
Modifier and Type | Method and Description |
---|---|
List<OnmsIpInterface> |
DefaultPollContext.getPollableNodes() |
List<OnmsIpInterface> |
DefaultPollContext.getPollableNodesByIp(String ipaddr) |
Modifier and Type | Method and Description |
---|---|
protected void |
SnmpPoller.schedulePollableInterface(OnmsIpInterface iface)
schedulePollableInterface
|
Modifier and Type | Method and Description |
---|---|
List<OnmsIpInterface> |
PollContext.getPollableNodes()
getPollableNodes
|
List<OnmsIpInterface> |
PollContext.getPollableNodesByIp(String ipaddr)
getPollableNodesByIp
|
Modifier and Type | Method and Description |
---|---|
OnmsIpInterface |
OnmsIpInterfaceResource.getIpInterface(String nodeCriteria,
String ipAddress)
getIpInterface
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OnmsIpInterfaceResource.addIpInterface(String nodeCriteria,
OnmsIpInterface ipInterface)
addIpInterface
|
Modifier and Type | Method and Description |
---|---|
List<OnmsIpInterface> |
NodeListModel.NodeModel.getInterfaces() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultNodeListService.IpInterfaceComparator.compare(OnmsIpInterface o1,
OnmsIpInterface o2) |
Constructor and Description |
---|
NodeListModel.NodeModel(OnmsNode node,
List<OnmsIpInterface> interfaces,
List<OnmsArpInterface> arpinterfaces,
List<OnmsSnmpInterface> snmpinterfaces) |
Copyright © 2015. All Rights Reserved.