org.opennms.features.gwt.snmpselect.list.client.rest
Class DefaultSnmpInterfaceRestService

java.lang.Object
  extended by org.opennms.features.gwt.snmpselect.list.client.rest.DefaultSnmpInterfaceRestService
All Implemented Interfaces:
SnmpInterfaceRestService

public class DefaultSnmpInterfaceRestService
extends Object
implements SnmpInterfaceRestService


Constructor Summary
DefaultSnmpInterfaceRestService(int nodeId)
           
 
Method Summary
 void getInterfaceList()
           
protected  List<SnmpCellListItem> parseJSONData(String jsonString)
           
 void setSnmpInterfaceRequestHandler(SnmpInterfaceRequestHandler handler)
           
 void updateCollection(int ifIndex, String collectFlag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSnmpInterfaceRestService

public DefaultSnmpInterfaceRestService(int nodeId)
Method Detail

getInterfaceList

public void getInterfaceList()
Specified by:
getInterfaceList in interface SnmpInterfaceRestService

parseJSONData

protected List<SnmpCellListItem> parseJSONData(String jsonString)

updateCollection

public void updateCollection(int ifIndex,
                             String collectFlag)
Specified by:
updateCollection in interface SnmpInterfaceRestService

setSnmpInterfaceRequestHandler

public void setSnmpInterfaceRequestHandler(SnmpInterfaceRequestHandler handler)
Specified by:
setSnmpInterfaceRequestHandler in interface SnmpInterfaceRestService


Copyright © 2011. All Rights Reserved.