org.opennms.web.rest
Class OnmsSnmpInterfaceResource

java.lang.Object
  extended by org.opennms.web.rest.OnmsRestService
      extended by org.opennms.web.rest.OnmsSnmpInterfaceResource

@Component
@PerRequest
@Scope(value="prototype")
@Transactional
public class OnmsSnmpInterfaceResource
extends OnmsRestService


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opennms.web.rest.OnmsRestService
OnmsRestService.ComparisonOperation
 
Constructor Summary
OnmsSnmpInterfaceResource()
           
 
Method Summary
 javax.ws.rs.core.Response addSnmpInterface(String nodeCriteria, OnmsSnmpInterface snmpInterface)
           
 javax.ws.rs.core.Response deleteSnmpInterface(String nodeCriteria, int ifIndex)
           
 OnmsEntity getSnmpInterface(String nodeCriteria, int ifIndex)
           
 OnmsSnmpInterfaceList getSnmpInterfaces(String nodeCriteria)
           
 javax.ws.rs.core.Response updateSnmpInterface(String nodeCriteria, int ifIndex, MultivaluedMapImpl params)
           
 
Methods inherited from class org.opennms.web.rest.OnmsRestService
addFiltersToCriteria, addOrdering, convertNameToPropertyName, log, setLimitOffset, setLimitOffset, setProperties, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsSnmpInterfaceResource

public OnmsSnmpInterfaceResource()
Method Detail

getSnmpInterfaces

public OnmsSnmpInterfaceList getSnmpInterfaces(String nodeCriteria)

getSnmpInterface

public OnmsEntity getSnmpInterface(String nodeCriteria,
                                   int ifIndex)

addSnmpInterface

public javax.ws.rs.core.Response addSnmpInterface(String nodeCriteria,
                                                  OnmsSnmpInterface snmpInterface)

deleteSnmpInterface

public javax.ws.rs.core.Response deleteSnmpInterface(String nodeCriteria,
                                                     int ifIndex)

updateSnmpInterface

public javax.ws.rs.core.Response updateSnmpInterface(String nodeCriteria,
                                                     int ifIndex,
                                                     MultivaluedMapImpl params)


Copyright © 2009. All Rights Reserved.