Uses of Class
org.opennms.netmgt.model.OnmsIpInterface
-
-
Uses of OnmsIpInterface in org.opennms.enlinkd.generator.protocol
Methods in org.opennms.enlinkd.generator.protocol that return OnmsIpInterface Modifier and Type Method Description protected OnmsIpInterface
Protocol. createIpInterface(OnmsSnmpInterface snmp, java.net.InetAddress inetAddress)
Methods in org.opennms.enlinkd.generator.protocol that return types with arguments of type OnmsIpInterface Modifier and Type Method Description protected java.util.List<OnmsIpInterface>
Protocol. createIpInterfaces(java.util.List<OnmsSnmpInterface> snmps)
-
Uses of OnmsIpInterface in org.opennms.enlinkd.generator.protocol.bridge
Methods in org.opennms.enlinkd.generator.protocol.bridge that return OnmsIpInterface Modifier and Type Method Description protected OnmsIpInterface
BridgeBuilder. createIpInterface(OnmsSnmpInterface snmp, java.net.InetAddress inetAddress)
-
Uses of OnmsIpInterface in org.opennms.features.apilayer.model.mappers
Methods in org.opennms.features.apilayer.model.mappers with parameters of type OnmsIpInterface Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableIpInterface
IpInterfaceMapper. map(OnmsIpInterface onmsIpInterface)
-
Uses of OnmsIpInterface in org.opennms.features.kafka.producer
Methods in org.opennms.features.kafka.producer with parameters of type OnmsIpInterface Modifier and Type Method Description OpennmsModelProtos.IpInterface.Builder
ProtobufMapper. toIpInterface(OnmsIpInterface ipInterface)
-
Uses of OnmsIpInterface in org.opennms.features.topology.app.internal
Methods in org.opennms.features.topology.app.internal that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
IpInterfaceDaoProvider. findMatching(Criteria criteria)
java.util.List<OnmsIpInterface>
IpInterfaceProvider. findMatching(Criteria criteria)
-
Uses of OnmsIpInterface in org.opennms.netmgt.collectd
Methods in org.opennms.netmgt.collectd with parameters of type OnmsIpInterface Modifier and Type Method Description java.util.Collection<CollectionSpecification>
Collectd. getSpecificationsForInterface(OnmsIpInterface iface, java.lang.String svcName)
getSpecificationsForInterface -
Uses of OnmsIpInterface in org.opennms.netmgt.collection.api
Methods in org.opennms.netmgt.collection.api with parameters of type OnmsIpInterface Modifier and Type Method Description CollectionAgent
CollectionAgentFactory. createCollectionAgent(OnmsIpInterface ipIf)
-
Uses of OnmsIpInterface in org.opennms.netmgt.collection.core
Methods in org.opennms.netmgt.collection.core that return OnmsIpInterface Modifier and Type Method Description protected OnmsIpInterface
DefaultCollectionAgentService. getIpInterface()
Methods in org.opennms.netmgt.collection.core with parameters of type OnmsIpInterface Modifier and Type Method Description T
AbstractCollectionAgentFactory. createCollectionAgent(OnmsIpInterface ipInterface)
CollectionAgent
OsgiCollectionAgentFactory. createCollectionAgent(OnmsIpInterface ipIf)
-
Uses of OnmsIpInterface in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config with parameters of type OnmsIpInterface Modifier and Type Method Description boolean
CollectdConfigFactory. interfaceInPackage(OnmsIpInterface iface, Package pkg)
This method is used to determine if the named interface is included in the passed package definition.boolean
CollectdConfigFactory. isServiceCollectionEnabled(OnmsIpInterface iface, java.lang.String svcName)
Returns true if the specified interface is included by at least one package which has the specified service and that service is enabled (set to "on"). -
Uses of OnmsIpInterface in org.opennms.netmgt.config.api
Methods in org.opennms.netmgt.config.api with parameters of type OnmsIpInterface Modifier and Type Method Description boolean
CollectdConfigFactory. interfaceInPackage(OnmsIpInterface iface, Package pkg)
boolean
CollectdConfigFactory. isServiceCollectionEnabled(OnmsIpInterface iface, java.lang.String svcName)
-
Uses of OnmsIpInterface in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
IpInterfaceDao. findByForeignKeyAndIpAddress(java.lang.String foreignSource, java.lang.String foreignId, java.lang.String ipAddress)
findByForeignKeyAndIpAddressOnmsIpInterface
IpInterfaceDao. findByNodeIdAndIpAddress(java.lang.Integer nodeId, java.lang.String ipAddress)
findByNodeIdAndIpAddressOnmsIpInterface
IpInterfaceDao. findPrimaryInterfaceByNodeId(java.lang.Integer nodeId)
OnmsIpInterface
IpInterfaceDao. get(OnmsNode node, java.lang.String ipAddress)
getMethods in org.opennms.netmgt.dao.api that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
IpInterfaceDao. findByIpAddress(java.lang.String ipAddress)
findByIpAddressjava.util.List<OnmsIpInterface>
IpInterfaceDao. findByNodeId(java.lang.Integer nodeId)
findByNodeIdjava.util.List<OnmsIpInterface>
IpInterfaceDao. findByServiceType(java.lang.String svcName)
findByServiceTypejava.util.List<OnmsIpInterface>
IpInterfaceDao. findHierarchyByServiceType(java.lang.String svcName)
findHierarchyByServiceTypejava.util.List<OnmsIpInterface>
IpInterfaceDao. findInterfacesWithMetadata(java.lang.String context, java.lang.String key, java.lang.String value)
java.util.List<OnmsIpInterface>
NodeDao. findObsoleteIpInterfaces(java.lang.Integer nodeId, java.util.Date scanStamp)
findObsoleteIpInterfacesMethods in org.opennms.netmgt.dao.api with parameters of type OnmsIpInterface Modifier and Type Method Description static ServiceRef
ServiceRef. fromIpInterface(OnmsIpInterface ipInterface, java.lang.String serviceName)
-
Uses of OnmsIpInterface in org.opennms.netmgt.dao.hibernate
Methods in org.opennms.netmgt.dao.hibernate that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
IpInterfaceDaoHibernate. findByForeignKeyAndIpAddress(java.lang.String foreignSource, java.lang.String foreignId, java.lang.String ipAddress)
findByForeignKeyAndIpAddressOnmsIpInterface
IpInterfaceDaoHibernate. findByNodeIdAndIpAddress(java.lang.Integer nodeId, java.lang.String ipAddress)
findByNodeIdAndIpAddressOnmsIpInterface
IpInterfaceDaoHibernate. findPrimaryInterfaceByNodeId(java.lang.Integer nodeId)
This function should be kept similar toOnmsNode.getPrimaryInterface()
.OnmsIpInterface
IpInterfaceDaoHibernate. get(OnmsNode node, java.lang.String ipAddress)
getMethods in org.opennms.netmgt.dao.hibernate that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
IpInterfaceDaoHibernate. findByIpAddress(java.lang.String ipAddress)
findByIpAddressjava.util.List<OnmsIpInterface>
IpInterfaceDaoHibernate. findByNodeId(java.lang.Integer nodeId)
findByNodeIdjava.util.List<OnmsIpInterface>
IpInterfaceDaoHibernate. findByServiceType(java.lang.String svcName)
findByServiceTypejava.util.List<OnmsIpInterface>
IpInterfaceDaoHibernate. findHierarchyByServiceType(java.lang.String svcName)
findHierarchyByServiceTypejava.util.List<OnmsIpInterface>
IpInterfaceDaoHibernate. findInterfacesWithMetadata(java.lang.String context, java.lang.String key, java.lang.String value)
java.util.List<OnmsIpInterface>
NodeDaoHibernate. findObsoleteIpInterfaces(java.lang.Integer nodeId, java.util.Date scanStamp)
findObsoleteIpInterfaces -
Uses of OnmsIpInterface in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
MockIpInterfaceDao. findByForeignKeyAndIpAddress(java.lang.String foreignSource, java.lang.String foreignId, java.lang.String ipAddress)
OnmsIpInterface
UnimplementedIpInterfaceDao. findByForeignKeyAndIpAddress(java.lang.String foreignSource, java.lang.String foreignId, java.lang.String ipAddress)
OnmsIpInterface
MockIpInterfaceDao. findByNodeIdAndIpAddress(java.lang.Integer nodeId, java.lang.String ipAddress)
OnmsIpInterface
UnimplementedIpInterfaceDao. findByNodeIdAndIpAddress(java.lang.Integer nodeId, java.lang.String ipAddress)
OnmsIpInterface
MockIpInterfaceDao. findPrimaryInterfaceByNodeId(java.lang.Integer nodeId)
OnmsIpInterface
UnimplementedIpInterfaceDao. findPrimaryInterfaceByNodeId(java.lang.Integer nodeId)
OnmsIpInterface
MockIpInterfaceDao. get(OnmsNode node, java.lang.String ipAddress)
OnmsIpInterface
UnimplementedIpInterfaceDao. get(java.lang.Integer id)
OnmsIpInterface
UnimplementedIpInterfaceDao. get(OnmsNode node, java.lang.String ipAddress)
OnmsIpInterface
UnimplementedIpInterfaceDao. load(java.lang.Integer id)
Methods in org.opennms.netmgt.dao.mock that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findAll()
java.util.List<OnmsIpInterface>
MockIpInterfaceDao. findByIpAddress(java.lang.String ipAddress)
java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findByIpAddress(java.lang.String ipAddress)
java.util.List<OnmsIpInterface>
MockIpInterfaceDao. findByNodeId(java.lang.Integer nodeId)
java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findByNodeId(java.lang.Integer nodeId)
java.util.List<OnmsIpInterface>
MockIpInterfaceDao. findByServiceType(java.lang.String svcName)
java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findByServiceType(java.lang.String svcName)
java.util.List<OnmsIpInterface>
MockIpInterfaceDao. findHierarchyByServiceType(java.lang.String svcName)
java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findHierarchyByServiceType(java.lang.String svcName)
java.util.List<OnmsIpInterface>
MockIpInterfaceDao. findInterfacesWithMetadata(java.lang.String context, java.lang.String key, java.lang.String value)
java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findMatching(Criteria criteria)
java.util.List<OnmsIpInterface>
UnimplementedIpInterfaceDao. findMatching(OnmsCriteria criteria)
java.util.List<OnmsIpInterface>
MockNodeDao. findObsoleteIpInterfaces(java.lang.Integer nodeId, java.util.Date scanStamp)
Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsIpInterface Modifier and Type Method Description void
MockIpInterfaceDao. delete(OnmsIpInterface iface)
void
UnimplementedIpInterfaceDao. delete(OnmsIpInterface entity)
protected void
MockIpInterfaceDao. generateId(OnmsIpInterface iface)
protected java.lang.Integer
MockIpInterfaceDao. getId(OnmsIpInterface iface)
java.lang.Integer
MockIpInterfaceDao. save(OnmsIpInterface iface)
java.lang.Integer
UnimplementedIpInterfaceDao. save(OnmsIpInterface entity)
void
UnimplementedIpInterfaceDao. saveOrUpdate(OnmsIpInterface entity)
void
MockIpInterfaceDao. update(OnmsIpInterface iface)
void
UnimplementedIpInterfaceDao. update(OnmsIpInterface entity)
-
Uses of OnmsIpInterface in org.opennms.netmgt.enlinkd.model
Methods in org.opennms.netmgt.enlinkd.model with parameters of type OnmsIpInterface Modifier and Type Method Description static IpInterfaceTopologyEntity
IpInterfaceTopologyEntity. create(OnmsIpInterface ipInterface)
-
Uses of OnmsIpInterface in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
OnmsNode. getCriticalInterface()
getCriticalInterfaceOnmsIpInterface
NetworkBuilder.InterfaceBuilder. getInterface()
OnmsIpInterface
OnmsNode. getInterfaceWithAddress(java.net.InetAddress addr)
OnmsIpInterface
OnmsNode. getInterfaceWithService(java.lang.String svcName)
getInterfaceWithServiceOnmsIpInterface
LocationIpInterface. getIpInterface()
getIpInterfaceOnmsIpInterface
OnmsMonitoredService. getIpInterface()
getIpInterfaceOnmsIpInterface
OnmsNode. getIpInterfaceByIpAddress(java.lang.String ipAddress)
getIpInterfaceByIpAddressOnmsIpInterface
OnmsNode. getIpInterfaceByIpAddress(java.net.InetAddress ipAddress)
getIpInterfaceByIpAddressOnmsIpInterface
OnmsNode. getPrimaryInterface()
getPrimaryInterfaceOnmsIpInterface
OnmsSnmpInterface. getPrimaryIpInterface()
getPrimaryIpInterfaceMethods in org.opennms.netmgt.model that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
OnmsNode. getInterfacesWithService(java.lang.String svcName)
getInterfacesWithServicejava.util.List<OnmsIpInterface>
OnmsIpInterfaceList. getIpInterfaces()
java.util.Set<OnmsIpInterface>
OnmsNode. getIpInterfaces()
The interfaces on this nodejava.util.Set<OnmsIpInterface>
OnmsSnmpInterface. getIpInterfaces()
getIpInterfacesjava.util.List<OnmsIpInterface>
OnmsIpInterfaceList. getObjects()
java.util.Set<OnmsIpInterface>
SnmpInterfaceIdAdapter. unmarshal(java.util.ArrayList<java.lang.Integer> ids)
Methods in org.opennms.netmgt.model with parameters of type OnmsIpInterface Modifier and Type Method Description void
OnmsNode. addIpInterface(OnmsIpInterface iface)
addIpInterfacevoid
OnmsSnmpInterface. addIpInterface(OnmsIpInterface iface)
addIpInterfacevoid
OnmsIpInterface. mergeInterface(OnmsIpInterface scannedIface, EventForwarder eventForwarder, boolean deleteMissing)
mergeInterfacevoid
OnmsIpInterface. mergeInterfaceAttributes(OnmsIpInterface scannedIface)
mergeInterfaceAttributesvoid
OnmsIpInterface. mergeMetaData(OnmsIpInterface scanned)
void
OnmsIpInterface. mergeMonitoredServices(OnmsIpInterface scannedIface, EventForwarder eventForwarder, boolean deleteMissing)
mergeMonitoredServicesvoid
OnmsNode. removeIpInterface(OnmsIpInterface iface)
void
OnmsMonitoredService. setIpInterface(OnmsIpInterface ipInterface)
setIpInterfacevoid
OnmsIpInterface. updateSnmpInterface(OnmsIpInterface scannedIface)
updateSnmpInterfacevoid
AbstractEntityVisitor. visitIpInterface(OnmsIpInterface iface)
void
EntityVisitor. visitIpInterface(OnmsIpInterface iface)
void
AbstractEntityVisitor. visitIpInterfaceComplete(OnmsIpInterface iface)
void
EntityVisitor. visitIpInterfaceComplete(OnmsIpInterface iface)
Method parameters in org.opennms.netmgt.model with type arguments of type OnmsIpInterface Modifier and Type Method Description java.util.ArrayList<java.lang.Integer>
SnmpInterfaceIdAdapter. marshal(java.util.Set<OnmsIpInterface> ifaces)
void
OnmsNode. setIpInterfaces(java.util.Set<OnmsIpInterface> ipinterfaces)
setIpInterfacesvoid
OnmsSnmpInterface. setIpInterfaces(java.util.Set<OnmsIpInterface> ipInterfaces)
setIpInterfacesConstructors in org.opennms.netmgt.model with parameters of type OnmsIpInterface Constructor Description LocationIpInterface(OnmsMonitoringLocation location, OnmsIpInterface ipInterface)
Constructor for LocationMonitorIpInterface.OnmsMonitoredService(OnmsIpInterface ipIf, OnmsServiceType serviceType)
Constructor for OnmsMonitoredService.Constructor parameters in org.opennms.netmgt.model with type arguments of type OnmsIpInterface Constructor Description OnmsIpInterfaceList(java.util.Collection<? extends OnmsIpInterface> iface)
-
Uses of OnmsIpInterface in org.opennms.netmgt.model.events
Methods in org.opennms.netmgt.model.events with parameters of type OnmsIpInterface Modifier and Type Method Description static Event
EventUtils. createNodeDeletedEvent(java.lang.String source, int nodeId, java.lang.String hostName, java.lang.String nodeLabel, OnmsMonitoringLocation nodeLocation, java.lang.String nodeForeignId, java.lang.String nodeForeignSource, OnmsIpInterface nodePrimaryInterface)
This method is responsible for generating a nodeDeleted event and sending it to eventd..protected Event
AddEventVisitor. createNodeGainedInterfaceEvent(OnmsIpInterface iface)
createNodeGainedInterfaceEventEventBuilder
EventBuilder. setIpInterface(OnmsIpInterface iface)
setIpInterfacevoid
AddEventVisitor. visitIpInterface(OnmsIpInterface iface)
void
UpdateEventVisitor. visitIpInterface(OnmsIpInterface iface)
void
DeleteEventVisitor. visitIpInterfaceComplete(OnmsIpInterface iface)
-
Uses of OnmsIpInterface in org.opennms.netmgt.provision
Methods in org.opennms.netmgt.provision that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
IpInterfacePolicy. apply(OnmsIpInterface iface, java.util.Map<java.lang.String,java.lang.Object> attributes)
applyMethods in org.opennms.netmgt.provision with parameters of type OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
IpInterfacePolicy. apply(OnmsIpInterface iface, java.util.Map<java.lang.String,java.lang.Object> attributes)
applyConstructors in org.opennms.netmgt.provision with parameters of type OnmsIpInterface Constructor Description ReverseDnsRecord(OnmsIpInterface ipInterface, int level)
-
Uses of OnmsIpInterface in org.opennms.netmgt.provision.persist.policies
Methods in org.opennms.netmgt.provision.persist.policies that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
InterfaceMetadataSettingPolicy. act(OnmsIpInterface iface, java.util.Map<java.lang.String,java.lang.Object> attributes)
OnmsIpInterface
MatchingIpInterfacePolicy. act(OnmsIpInterface iface, java.util.Map<java.lang.String,java.lang.Object> attributes)
actMethods in org.opennms.netmgt.provision.persist.policies with parameters of type OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
InterfaceMetadataSettingPolicy. act(OnmsIpInterface iface, java.util.Map<java.lang.String,java.lang.Object> attributes)
OnmsIpInterface
MatchingIpInterfacePolicy. act(OnmsIpInterface iface, java.util.Map<java.lang.String,java.lang.Object> attributes)
act -
Uses of OnmsIpInterface in org.opennms.netmgt.provision.service
Methods in org.opennms.netmgt.provision.service that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
IPAddressTableTracker.IPAddressRow. createInterfaceFromRow()
OnmsIpInterface
DefaultProvisionService. getPrimaryInterfaceForNode(OnmsNode node)
OnmsIpInterface
ProvisionService. getPrimaryInterfaceForNode(OnmsNode node)
OnmsIpInterface
DefaultProvisionService. setIsPrimaryFlag(java.lang.Integer nodeId, java.lang.String ipAddress)
OnmsIpInterface
ProvisionService. setIsPrimaryFlag(java.lang.Integer nodeId, java.lang.String ipAddress)
OnmsIpInterface
DefaultProvisionService. updateIpInterfaceAttributes(java.lang.Integer nodeId, OnmsIpInterface scannedIface)
OnmsIpInterface
ProvisionService. updateIpInterfaceAttributes(java.lang.Integer nodeId, OnmsIpInterface ipInterface)
Methods in org.opennms.netmgt.provision.service with parameters of type OnmsIpInterface Modifier and Type Method Description protected java.lang.Runnable
NodeScan.BaseAgentScan. ipUpdater(BatchTask currentPhase, OnmsIpInterface iface)
OnmsIpInterface
DefaultProvisionService. updateIpInterfaceAttributes(java.lang.Integer nodeId, OnmsIpInterface scannedIface)
OnmsIpInterface
ProvisionService. updateIpInterfaceAttributes(java.lang.Integer nodeId, OnmsIpInterface ipInterface)
-
Uses of OnmsIpInterface in org.opennms.netmgt.snmpinterfacepoller
Methods in org.opennms.netmgt.snmpinterfacepoller that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
DefaultPollContext. getPollableNodes()
java.util.List<OnmsIpInterface>
DefaultPollContext. getPollableNodesByIp(java.lang.String ipaddr)
Methods in org.opennms.netmgt.snmpinterfacepoller with parameters of type OnmsIpInterface Modifier and Type Method Description protected void
SnmpPoller. schedulePollableInterface(OnmsIpInterface iface)
schedulePollableInterface -
Uses of OnmsIpInterface in org.opennms.netmgt.snmpinterfacepoller.pollable
Methods in org.opennms.netmgt.snmpinterfacepoller.pollable that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
PollContext. getPollableNodes()
getPollableNodesjava.util.List<OnmsIpInterface>
PollContext. getPollableNodesByIp(java.lang.String ipaddr)
getPollableNodesByIp -
Uses of OnmsIpInterface in org.opennms.web.category
Constructors in org.opennms.web.category with parameters of type OnmsIpInterface Constructor Description AvailabilityIpInterface(OnmsIpInterface iface, double availability)
-
Uses of OnmsIpInterface in org.opennms.web.element
Methods in org.opennms.web.element with parameters of type OnmsIpInterface Modifier and Type Method Description void
Interface. createIpInterface(OnmsIpInterface ipIface)
-
Uses of OnmsIpInterface in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsIpInterface Modifier and Type Method Description OnmsIpInterface
OnmsIpInterfaceResource. getIpInterface(java.lang.String nodeCriteria, java.lang.String ipAddress)
getIpInterfaceMethods in org.opennms.web.rest.v1 with parameters of type OnmsIpInterface Modifier and Type Method Description javax.ws.rs.core.Response
OnmsIpInterfaceResource. addIpInterface(javax.ws.rs.core.UriInfo uriInfo, java.lang.String nodeCriteria, OnmsIpInterface ipInterface)
addIpInterface -
Uses of OnmsIpInterface in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return OnmsIpInterface Modifier and Type Method Description protected OnmsIpInterface
IpInterfaceRestService. doGet(javax.ws.rs.core.UriInfo uriInfo, java.lang.String ipAddress)
protected OnmsIpInterface
NodeIpInterfacesRestService. doGet(javax.ws.rs.core.UriInfo uriInfo, java.lang.String ipAddress)
protected OnmsIpInterface
NodeIpInterfacesRestService. getInterface(javax.ws.rs.core.UriInfo uriInfo, java.lang.String ipAddress)
Methods in org.opennms.web.rest.v2 that return types with arguments of type OnmsIpInterface Modifier and Type Method Description protected JaxbListWrapper<OnmsIpInterface>
IpInterfaceRestService. createListWrapper(java.util.Collection<OnmsIpInterface> list)
protected JaxbListWrapper<OnmsIpInterface>
NodeIpInterfacesRestService. createListWrapper(java.util.Collection<OnmsIpInterface> list)
protected java.lang.Class<OnmsIpInterface>
IpInterfaceRestService. getDaoClass()
protected java.lang.Class<OnmsIpInterface>
NodeIpInterfacesRestService. getDaoClass()
protected java.lang.Class<OnmsIpInterface>
NodeIpInterfacesRestService. getQueryBeanClass()
Methods in org.opennms.web.rest.v2 with parameters of type OnmsIpInterface Modifier and Type Method Description protected javax.ws.rs.core.Response
NodeIpInterfacesRestService. doCreate(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsIpInterface ipInterface)
protected void
NodeIpInterfacesRestService. doDelete(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsIpInterface intf)
protected javax.ws.rs.core.Response
NodeIpInterfacesRestService. doUpdateProperties(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsIpInterface targetObject, MultivaluedMapImpl params)
Method parameters in org.opennms.web.rest.v2 with type arguments of type OnmsIpInterface Modifier and Type Method Description protected JaxbListWrapper<OnmsIpInterface>
IpInterfaceRestService. createListWrapper(java.util.Collection<OnmsIpInterface> list)
protected JaxbListWrapper<OnmsIpInterface>
NodeIpInterfacesRestService. createListWrapper(java.util.Collection<OnmsIpInterface> list)
-
Uses of OnmsIpInterface in org.opennms.web.svclayer.model
Methods in org.opennms.web.svclayer.model that return types with arguments of type OnmsIpInterface Modifier and Type Method Description java.util.List<OnmsIpInterface>
NodeListModel.NodeModel. getInterfaces()
Constructor parameters in org.opennms.web.svclayer.model with type arguments of type OnmsIpInterface Constructor Description NodeModel(OnmsNode node, java.util.List<OnmsIpInterface> interfaces, java.util.List<OnmsSnmpInterface> snmpinterfaces)
-
Uses of OnmsIpInterface in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support with parameters of type OnmsIpInterface Modifier and Type Method Description int
DefaultNodeListService.IpInterfaceComparator. compare(OnmsIpInterface o1, OnmsIpInterface o2)
-