Uses of Class
org.opennms.netmgt.model.OnmsSnmpInterface
-
-
Uses of OnmsSnmpInterface in org.opennms.enlinkd.generator.protocol
Methods in org.opennms.enlinkd.generator.protocol that return OnmsSnmpInterface Modifier and Type Method Description protected OnmsSnmpInterface
Protocol. createSnmpInterface(int ifIndex, OnmsNode node)
Methods in org.opennms.enlinkd.generator.protocol that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description protected List<OnmsSnmpInterface>
Protocol. createSnmpInterfaces(List<OnmsNode> nodes)
Methods in org.opennms.enlinkd.generator.protocol with parameters of type OnmsSnmpInterface Modifier and Type Method Description protected OnmsIpInterface
Protocol. createIpInterface(OnmsSnmpInterface snmp, InetAddress inetAddress)
Method parameters in org.opennms.enlinkd.generator.protocol with type arguments of type OnmsSnmpInterface Modifier and Type Method Description protected List<OnmsIpInterface>
Protocol. createIpInterfaces(List<OnmsSnmpInterface> snmps)
-
Uses of OnmsSnmpInterface in org.opennms.enlinkd.generator.protocol.bridge
Methods in org.opennms.enlinkd.generator.protocol.bridge that return OnmsSnmpInterface Modifier and Type Method Description protected OnmsSnmpInterface
BridgeBuilder. createSnmpInterface(int ifIndex, OnmsNode node)
Methods in org.opennms.enlinkd.generator.protocol.bridge with parameters of type OnmsSnmpInterface Modifier and Type Method Description protected OnmsIpInterface
BridgeBuilder. createIpInterface(OnmsSnmpInterface snmp, InetAddress inetAddress)
-
Uses of OnmsSnmpInterface in org.opennms.features.apilayer.model.mappers
Methods in org.opennms.features.apilayer.model.mappers with parameters of type OnmsSnmpInterface Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableSnmpInterface
SnmpInterfaceMapper. map(OnmsSnmpInterface onmsSnmpInterface)
org.opennms.integration.api.v1.model.immutables.ImmutableSnmpInterface
SnmpInterfaceMapperImpl. map(OnmsSnmpInterface onmsSnmpInterface)
Method parameters in org.opennms.features.apilayer.model.mappers with type arguments of type OnmsSnmpInterface Modifier and Type Method Description protected List<org.opennms.integration.api.v1.model.SnmpInterface>
NodeMapperImpl. onmsSnmpInterfaceSetToSnmpInterfaceList(Set<OnmsSnmpInterface> set)
-
Uses of OnmsSnmpInterface in org.opennms.features.apilayer.utils
Methods in org.opennms.features.apilayer.utils with parameters of type OnmsSnmpInterface Modifier and Type Method Description static org.opennms.integration.api.v1.model.SnmpInterface
ModelMappers. toSnmpInterface(OnmsSnmpInterface snmpInterface)
-
Uses of OnmsSnmpInterface in org.opennms.features.kafka.producer
Methods in org.opennms.features.kafka.producer with parameters of type OnmsSnmpInterface Modifier and Type Method Description OpennmsModelProtos.SnmpInterface.Builder
ProtobufMapper. toSnmpInterface(OnmsSnmpInterface snmpInterface)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.collectd
Constructors in org.opennms.netmgt.collectd with parameters of type OnmsSnmpInterface Constructor Description SnmpIfData(OnmsSnmpInterface snmpIface)
Constructor for SnmpIfData. -
Uses of OnmsSnmpInterface in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
SnmpInterfaceDao. findByForeignKeyAndIfIndex(String foreignSource, String foreignId, Integer ifIndex)
findByForeignKeyAndIfIndexOnmsSnmpInterface
SnmpInterfaceDao. findByNodeIdAndDescription(Integer nodeId, String description)
OnmsSnmpInterface
SnmpInterfaceDao. findByNodeIdAndIfIndex(Integer nodeId, Integer ifIndex)
findByNodeIdAndIfIndexMethods in org.opennms.netmgt.dao.api that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
SnmpInterfaceDao. findAllHavingEgressFlows(Integer nodeId)
List<OnmsSnmpInterface>
SnmpInterfaceDao. findAllHavingFlows(Integer nodeId)
List<OnmsSnmpInterface>
SnmpInterfaceDao. findAllHavingIngressFlows(Integer nodeId)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.dao.hibernate
Methods in org.opennms.netmgt.dao.hibernate that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
SnmpInterfaceDaoHibernate. findByForeignKeyAndIfIndex(String foreignSource, String foreignId, Integer ifIndex)
OnmsSnmpInterface
SnmpInterfaceDaoHibernate. findByNodeIdAndDescription(Integer nodeId, String description)
OnmsSnmpInterface
SnmpInterfaceDaoHibernate. findByNodeIdAndIfIndex(Integer nodeId, Integer ifIndex)
Methods in org.opennms.netmgt.dao.hibernate that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
SnmpInterfaceDaoHibernate. findAllHavingEgressFlows(Integer nodeId)
List<OnmsSnmpInterface>
SnmpInterfaceDaoHibernate. findAllHavingFlows(Integer nodeId)
List<OnmsSnmpInterface>
SnmpInterfaceDaoHibernate. findAllHavingIngressFlows(Integer nodeId)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
MockSnmpInterfaceDao. findByForeignKeyAndIfIndex(String foreignSource, String foreignId, Integer ifIndex)
OnmsSnmpInterface
MockSnmpInterfaceDao. findByNodeIdAndDescription(Integer nodeId, String description)
OnmsSnmpInterface
MockSnmpInterfaceDao. findByNodeIdAndIfIndex(Integer nodeId, Integer ifIndex)
Methods in org.opennms.netmgt.dao.mock that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
MockSnmpInterfaceDao. findAllHavingEgressFlows(Integer nodeId)
List<OnmsSnmpInterface>
MockSnmpInterfaceDao. findAllHavingFlows(Integer nodeId)
List<OnmsSnmpInterface>
MockSnmpInterfaceDao. findAllHavingIngressFlows(Integer nodeId)
List<OnmsSnmpInterface>
MockNodeDao. findObsoleteSnmpInterfaces(Integer nodeId, Date scanStamp)
Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsSnmpInterface Modifier and Type Method Description protected void
MockSnmpInterfaceDao. generateId(OnmsSnmpInterface iface)
protected Integer
MockSnmpInterfaceDao. getId(OnmsSnmpInterface iface)
Integer
MockSnmpInterfaceDao. save(OnmsSnmpInterface iface)
void
MockSnmpInterfaceDao. update(OnmsSnmpInterface iface)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.dao.support
Methods in org.opennms.netmgt.dao.support with parameters of type OnmsSnmpInterface Modifier and Type Method Description protected static String[]
InterfaceSnmpResourceType. getKeysFor(OnmsSnmpInterface snmpInterface)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.enlinkd.model
Methods in org.opennms.netmgt.enlinkd.model with parameters of type OnmsSnmpInterface Modifier and Type Method Description static SnmpInterfaceTopologyEntity
SnmpInterfaceTopologyEntity. create(OnmsSnmpInterface snmpInterface)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
OnmsIpInterface. getSnmpInterface()
The SnmpInterface associated with this interface if anyOnmsSnmpInterface
SnmpInterfaceBuilder. getSnmpInterface()
getSnmpInterfaceOnmsSnmpInterface
OnmsNode. getSnmpInterfaceWithIfIndex(int ifIndex)
getSnmpInterfaceWithIfIndexMethods in org.opennms.netmgt.model that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
OnmsSnmpInterfaceList. getObjects()
Set<OnmsSnmpInterface>
OnmsNode. getSnmpInterfaces()
The information from the SNMP interfaces/ipAddrTables for the nodeMethods in org.opennms.netmgt.model with parameters of type OnmsSnmpInterface Modifier and Type Method Description NetworkBuilder.InterfaceBuilder
NetworkBuilder. addInterface(String ipAddr, OnmsSnmpInterface snmpInterface)
addInterfacevoid
OnmsNode. addSnmpInterface(OnmsSnmpInterface snmpIface)
addSnmpInterfacevoid
OnmsSnmpInterface. mergeSnmpInterfaceAttributes(OnmsSnmpInterface scannedSnmpIface)
mergeSnmpInterfaceAttributesvoid
OnmsIpInterface. setSnmpInterface(OnmsSnmpInterface snmpInterface)
setSnmpInterfaceMethod parameters in org.opennms.netmgt.model with type arguments of type OnmsSnmpInterface Modifier and Type Method Description void
OnmsNode. setSnmpInterfaces(Set<OnmsSnmpInterface> snmpinterfaces)
setSnmpInterfacesConstructors in org.opennms.netmgt.model with parameters of type OnmsSnmpInterface Constructor Description SnmpInterfaceBuilder(OnmsSnmpInterface snmpIf)
Constructor for SnmpInterfaceBuilder.Constructor parameters in org.opennms.netmgt.model with type arguments of type OnmsSnmpInterface Constructor Description OnmsSnmpInterfaceList(Collection<? extends OnmsSnmpInterface> ifaces)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.provision
Methods in org.opennms.netmgt.provision that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
SnmpInterfacePolicy. apply(OnmsSnmpInterface snmpIface, Map<String,Object> attributes)
applyMethods in org.opennms.netmgt.provision with parameters of type OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
SnmpInterfacePolicy. apply(OnmsSnmpInterface snmpIface, Map<String,Object> attributes)
apply -
Uses of OnmsSnmpInterface in org.opennms.netmgt.provision.persist.policies
Methods in org.opennms.netmgt.provision.persist.policies that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
MatchingSnmpInterfacePolicy. act(OnmsSnmpInterface iface, Map<String,Object> attributes)
actMethods in org.opennms.netmgt.provision.persist.policies with parameters of type OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
MatchingSnmpInterfacePolicy. act(OnmsSnmpInterface iface, Map<String,Object> attributes)
act -
Uses of OnmsSnmpInterface in org.opennms.netmgt.provision.service
Methods in org.opennms.netmgt.provision.service that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
DefaultProvisionService. updateSnmpInterfaceAttributes(Integer nodeId, OnmsSnmpInterface snmpInterface)
OnmsSnmpInterface
ProvisionService. updateSnmpInterfaceAttributes(Integer nodeId, OnmsSnmpInterface snmpInterface)
Methods in org.opennms.netmgt.provision.service with parameters of type OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
DefaultProvisionService. updateSnmpInterfaceAttributes(Integer nodeId, OnmsSnmpInterface snmpInterface)
OnmsSnmpInterface
ProvisionService. updateSnmpInterfaceAttributes(Integer nodeId, OnmsSnmpInterface snmpInterface)
-
Uses of OnmsSnmpInterface in org.opennms.netmgt.snmpinterfacepoller
Methods in org.opennms.netmgt.snmpinterfacepoller that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
DefaultPollContext. get(int nodeId, String criteria)
getMethods in org.opennms.netmgt.snmpinterfacepoller with parameters of type OnmsSnmpInterface Modifier and Type Method Description Event
DefaultPollContext. createEvent(String uei, int nodeId, String addr, String netMask, Date date, OnmsSnmpInterface snmpinterface)
createEventvoid
DefaultPollContext. update(OnmsSnmpInterface snmpinterface)
Update the OnmsSnmpInterface -
Uses of OnmsSnmpInterface in org.opennms.netmgt.snmpinterfacepoller.pollable
Methods in org.opennms.netmgt.snmpinterfacepoller.pollable that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
PollContext. get(int nodeId, String criteria)
getCollection<OnmsSnmpInterface>
PollableSnmpInterface. getSnmpinterfaces()
getSnmpinterfacesMethods in org.opennms.netmgt.snmpinterfacepoller.pollable with parameters of type OnmsSnmpInterface Modifier and Type Method Description Event
PollContext. createEvent(String uei, int nodeId, String address, String netMask, Date date, OnmsSnmpInterface snmpinterface)
createEventvoid
PollContext. update(OnmsSnmpInterface snmpinteface)
Update the OnmsSnmpInterfaceMethod parameters in org.opennms.netmgt.snmpinterfacepoller.pollable with type arguments of type OnmsSnmpInterface Modifier and Type Method Description void
PollableSnmpInterface. setSnmpinterfaces(List<OnmsSnmpInterface> snmpinterfaces)
setSnmpinterfaces -
Uses of OnmsSnmpInterface in org.opennms.web.element
Methods in org.opennms.web.element with parameters of type OnmsSnmpInterface Modifier and Type Method Description void
Interface. createSnmpInterface(OnmsSnmpInterface snmpIface)
-
Uses of OnmsSnmpInterface in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsSnmpInterface Modifier and Type Method Description OnmsSnmpInterface
OnmsSnmpInterfaceResource. getSnmpInterface(String nodeCriteria, int ifIndex)
getSnmpInterfaceMethods in org.opennms.web.rest.v1 with parameters of type OnmsSnmpInterface Modifier and Type Method Description javax.ws.rs.core.Response
OnmsSnmpInterfaceResource. addSnmpInterface(javax.ws.rs.core.UriInfo uriInfo, String nodeCriteria, OnmsSnmpInterface snmpInterface)
addSnmpInterface -
Uses of OnmsSnmpInterface in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return OnmsSnmpInterface Modifier and Type Method Description protected OnmsSnmpInterface
NodeSnmpInterfacesRestService. doGet(javax.ws.rs.core.UriInfo uriInfo, Integer ifIndex)
protected OnmsSnmpInterface
SnmpInterfaceRestService. doGet(javax.ws.rs.core.UriInfo uriInfo, String id)
Methods in org.opennms.web.rest.v2 that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description protected JaxbListWrapper<OnmsSnmpInterface>
NodeSnmpInterfacesRestService. createListWrapper(Collection<OnmsSnmpInterface> list)
protected JaxbListWrapper<OnmsSnmpInterface>
SnmpInterfaceRestService. createListWrapper(Collection<OnmsSnmpInterface> list)
protected Class<OnmsSnmpInterface>
NodeSnmpInterfacesRestService. getDaoClass()
protected Class<OnmsSnmpInterface>
SnmpInterfaceRestService. getDaoClass()
protected Class<OnmsSnmpInterface>
NodeSnmpInterfacesRestService. getQueryBeanClass()
Methods in org.opennms.web.rest.v2 with parameters of type OnmsSnmpInterface Modifier and Type Method Description protected javax.ws.rs.core.Response
NodeSnmpInterfacesRestService. doCreate(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsSnmpInterface snmpInterface)
protected void
NodeSnmpInterfacesRestService. doDelete(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsSnmpInterface intf)
protected javax.ws.rs.core.Response
NodeSnmpInterfacesRestService. doUpdateProperties(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsSnmpInterface targetObject, MultivaluedMapImpl params)
Method parameters in org.opennms.web.rest.v2 with type arguments of type OnmsSnmpInterface Modifier and Type Method Description protected JaxbListWrapper<OnmsSnmpInterface>
NodeSnmpInterfacesRestService. createListWrapper(Collection<OnmsSnmpInterface> list)
protected JaxbListWrapper<OnmsSnmpInterface>
SnmpInterfaceRestService. createListWrapper(Collection<OnmsSnmpInterface> list)
-
Uses of OnmsSnmpInterface in org.opennms.web.svclayer.model
Methods in org.opennms.web.svclayer.model that return types with arguments of type OnmsSnmpInterface Modifier and Type Method Description List<OnmsSnmpInterface>
NodeListModel.NodeModel. getSnmpInterfaces()
-
Uses of OnmsSnmpInterface in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support with parameters of type OnmsSnmpInterface Modifier and Type Method Description int
DefaultNodeListService.SnmpInterfaceComparator. compare(OnmsSnmpInterface o1, OnmsSnmpInterface o2)
-