| Modifier and Type | Method and Description | 
|---|---|
protected OnmsSnmpInterface | 
Protocol.createSnmpInterface(int ifIndex,
                   OnmsNode node)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<OnmsSnmpInterface> | 
Protocol.createSnmpInterfaces(List<OnmsNode> nodes)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OnmsIpInterface | 
Protocol.createIpInterface(OnmsSnmpInterface snmp,
                 InetAddress inetAddress)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<OnmsIpInterface> | 
Protocol.createIpInterfaces(List<OnmsSnmpInterface> snmps)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OnmsSnmpInterface | 
BridgeBuilder.createSnmpInterface(int ifIndex,
                   OnmsNode node)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OnmsIpInterface | 
BridgeBuilder.createIpInterface(OnmsSnmpInterface snmp,
                 InetAddress inetAddress)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.opennms.integration.api.v1.model.immutables.ImmutableSnmpInterface | 
SnmpInterfaceMapper.map(OnmsSnmpInterface onmsSnmpInterface)  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.opennms.integration.api.v1.model.SnmpInterface | 
ModelMappers.toSnmpInterface(OnmsSnmpInterface snmpInterface)  | 
| Modifier and Type | Method and Description | 
|---|---|
OpennmsModelProtos.SnmpInterface.Builder | 
ProtobufMapper.toSnmpInterface(OnmsSnmpInterface snmpInterface)  | 
| Constructor and Description | 
|---|
SnmpIfData(OnmsSnmpInterface snmpIface)
Constructor for SnmpIfData. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
SnmpInterfaceDao.findByForeignKeyAndIfIndex(String foreignSource,
                          String foreignId,
                          Integer ifIndex)
findByForeignKeyAndIfIndex 
 | 
OnmsSnmpInterface | 
SnmpInterfaceDao.findByNodeIdAndDescription(Integer nodeId,
                          String description)  | 
OnmsSnmpInterface | 
SnmpInterfaceDao.findByNodeIdAndIfIndex(Integer nodeId,
                      Integer ifIndex)
findByNodeIdAndIfIndex 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsSnmpInterface> | 
SnmpInterfaceDao.findAllHavingEgressFlows(Integer nodeId)  | 
List<OnmsSnmpInterface> | 
SnmpInterfaceDao.findAllHavingFlows(Integer nodeId)  | 
List<OnmsSnmpInterface> | 
SnmpInterfaceDao.findAllHavingIngressFlows(Integer nodeId)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
SnmpInterfaceDaoHibernate.findByForeignKeyAndIfIndex(String foreignSource,
                          String foreignId,
                          Integer ifIndex)  | 
OnmsSnmpInterface | 
SnmpInterfaceDaoHibernate.findByNodeIdAndDescription(Integer nodeId,
                          String description)  | 
OnmsSnmpInterface | 
SnmpInterfaceDaoHibernate.findByNodeIdAndIfIndex(Integer nodeId,
                      Integer ifIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsSnmpInterface> | 
SnmpInterfaceDaoHibernate.findAllHavingEgressFlows(Integer nodeId)  | 
List<OnmsSnmpInterface> | 
SnmpInterfaceDaoHibernate.findAllHavingFlows(Integer nodeId)  | 
List<OnmsSnmpInterface> | 
SnmpInterfaceDaoHibernate.findAllHavingIngressFlows(Integer nodeId)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
MockSnmpInterfaceDao.findByForeignKeyAndIfIndex(String foreignSource,
                          String foreignId,
                          Integer ifIndex)  | 
OnmsSnmpInterface | 
MockSnmpInterfaceDao.findByNodeIdAndDescription(Integer nodeId,
                          String description)  | 
OnmsSnmpInterface | 
MockSnmpInterfaceDao.findByNodeIdAndIfIndex(Integer nodeId,
                      Integer ifIndex)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MockSnmpInterfaceDao.generateId(OnmsSnmpInterface iface)  | 
protected Integer | 
MockSnmpInterfaceDao.getId(OnmsSnmpInterface iface)  | 
Integer | 
MockSnmpInterfaceDao.save(OnmsSnmpInterface iface)  | 
void | 
MockSnmpInterfaceDao.update(OnmsSnmpInterface iface)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String[] | 
InterfaceSnmpResourceType.getKeysFor(OnmsSnmpInterface snmpInterface)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SnmpInterfaceTopologyEntity | 
SnmpInterfaceTopologyEntity.create(OnmsSnmpInterface snmpInterface)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
OnmsIpInterface.getSnmpInterface()
The SnmpInterface associated with this interface if any 
 | 
OnmsSnmpInterface | 
SnmpInterfaceBuilder.getSnmpInterface()
getSnmpInterface 
 | 
OnmsSnmpInterface | 
OnmsNode.getSnmpInterfaceWithIfIndex(int ifIndex)
getSnmpInterfaceWithIfIndex 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsSnmpInterface> | 
OnmsSnmpInterfaceList.getObjects()  | 
Set<OnmsSnmpInterface> | 
OnmsNode.getSnmpInterfaces()
The information from the SNMP interfaces/ipAddrTables for the node 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkBuilder.InterfaceBuilder | 
NetworkBuilder.addInterface(String ipAddr,
            OnmsSnmpInterface snmpInterface)
addInterface 
 | 
void | 
OnmsNode.addSnmpInterface(OnmsSnmpInterface snmpIface)
addSnmpInterface 
 | 
void | 
OnmsSnmpInterface.mergeSnmpInterfaceAttributes(OnmsSnmpInterface scannedSnmpIface)
mergeSnmpInterfaceAttributes 
 | 
void | 
OnmsIpInterface.setSnmpInterface(OnmsSnmpInterface snmpInterface)
setSnmpInterface 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OnmsNode.setSnmpInterfaces(Set<OnmsSnmpInterface> snmpinterfaces)
setSnmpInterfaces 
 | 
| Constructor and Description | 
|---|
SnmpInterfaceBuilder(OnmsSnmpInterface snmpIf)
Constructor for SnmpInterfaceBuilder. 
 | 
| Constructor and Description | 
|---|
OnmsSnmpInterfaceList(Collection<? extends OnmsSnmpInterface> ifaces)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
SnmpInterfacePolicy.apply(OnmsSnmpInterface snmpIface,
     Map<String,Object> attributes)
apply 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
SnmpInterfacePolicy.apply(OnmsSnmpInterface snmpIface,
     Map<String,Object> attributes)
apply 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
MatchingSnmpInterfacePolicy.act(OnmsSnmpInterface iface,
   Map<String,Object> attributes)
act 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
MatchingSnmpInterfacePolicy.act(OnmsSnmpInterface iface,
   Map<String,Object> attributes)
act 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
ProvisionService.updateSnmpInterfaceAttributes(Integer nodeId,
                             OnmsSnmpInterface snmpInterface)  | 
OnmsSnmpInterface | 
DefaultProvisionService.updateSnmpInterfaceAttributes(Integer nodeId,
                             OnmsSnmpInterface snmpInterface) | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
ProvisionService.updateSnmpInterfaceAttributes(Integer nodeId,
                             OnmsSnmpInterface snmpInterface)  | 
OnmsSnmpInterface | 
DefaultProvisionService.updateSnmpInterfaceAttributes(Integer nodeId,
                             OnmsSnmpInterface snmpInterface) | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsSnmpInterface> | 
DefaultPollContext.get(int nodeId,
   String criteria)
get 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Event | 
DefaultPollContext.createEvent(String uei,
           int nodeId,
           String addr,
           String netMask,
           Date date,
           OnmsSnmpInterface snmpinterface)
createEvent 
 | 
void | 
DefaultPollContext.update(OnmsSnmpInterface snmpinterface)
Update the OnmsSnmpInterface 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsSnmpInterface> | 
PollContext.get(int nodeId,
   String criteria)
get 
 | 
Collection<OnmsSnmpInterface> | 
PollableSnmpInterface.getSnmpinterfaces()
getSnmpinterfaces 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Event | 
PollContext.createEvent(String uei,
           int nodeId,
           String address,
           String netMask,
           Date date,
           OnmsSnmpInterface snmpinterface)
createEvent 
 | 
void | 
PollContext.update(OnmsSnmpInterface snmpinteface)
Update the OnmsSnmpInterface 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PollableSnmpInterface.setSnmpinterfaces(List<OnmsSnmpInterface> snmpinterfaces)
setSnmpinterfaces 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Interface.createSnmpInterface(OnmsSnmpInterface snmpIface)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsSnmpInterface | 
OnmsSnmpInterfaceResource.getSnmpInterface(String nodeCriteria,
                int ifIndex)
getSnmpInterface 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
OnmsSnmpInterfaceResource.addSnmpInterface(javax.ws.rs.core.UriInfo uriInfo,
                String nodeCriteria,
                OnmsSnmpInterface snmpInterface)
addSnmpInterface 
 | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<OnmsSnmpInterface> | 
SnmpInterfaceRestService.createListWrapper(Collection<OnmsSnmpInterface> list)  | 
protected JaxbListWrapper<OnmsSnmpInterface> | 
NodeSnmpInterfacesRestService.createListWrapper(Collection<OnmsSnmpInterface> list)  | 
protected Class<OnmsSnmpInterface> | 
SnmpInterfaceRestService.getDaoClass()  | 
protected Class<OnmsSnmpInterface> | 
NodeSnmpInterfacesRestService.getDaoClass()  | 
protected Class<OnmsSnmpInterface> | 
NodeSnmpInterfacesRestService.getQueryBeanClass()  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<OnmsSnmpInterface> | 
SnmpInterfaceRestService.createListWrapper(Collection<OnmsSnmpInterface> list)  | 
protected JaxbListWrapper<OnmsSnmpInterface> | 
NodeSnmpInterfacesRestService.createListWrapper(Collection<OnmsSnmpInterface> list)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsSnmpInterface> | 
NodeListModel.NodeModel.getSnmpInterfaces()  | 
| Constructor and Description | 
|---|
NodeModel(OnmsNode node,
         List<OnmsIpInterface> interfaces,
         List<OnmsSnmpInterface> snmpinterfaces)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
DefaultNodeListService.SnmpInterfaceComparator.compare(OnmsSnmpInterface o1,
       OnmsSnmpInterface o2)  | 
Copyright © 2020. All rights reserved.