org.opennms.features.node.list.gwt.client
Class DefaultNodeService
java.lang.Object
org.opennms.features.node.list.gwt.client.DefaultNodeService
- All Implemented Interfaces:
- NodeService
public class DefaultNodeService
- extends Object
- implements NodeService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SNMP_INTERFACES_TEST_RESPONSE
public static String SNMP_INTERFACES_TEST_RESPONSE
IP_INTERFACES_TEST_RESPONSE
public static String IP_INTERFACES_TEST_RESPONSE
DefaultNodeService
public DefaultNodeService()
getAllIpInterfacesForNode
public void getAllIpInterfacesForNode(int nodeId,
com.google.gwt.http.client.RequestCallback callback)
- Specified by:
getAllIpInterfacesForNode in interface NodeService
getAllSnmpInterfacesForNode
public void getAllSnmpInterfacesForNode(int nodeId,
com.google.gwt.http.client.RequestCallback callback)
- Specified by:
getAllSnmpInterfacesForNode in interface NodeService
findIpInterfacesMatching
public void findIpInterfacesMatching(int nodeId,
String parameter,
String value,
com.google.gwt.http.client.RequestCallback callback)
- Specified by:
findIpInterfacesMatching in interface NodeService
findSnmpInterfacesMatching
public void findSnmpInterfacesMatching(int nodeId,
String parameter,
String value,
com.google.gwt.http.client.RequestCallback callback)
- Specified by:
findSnmpInterfacesMatching in interface NodeService
Copyright © 2011. All Rights Reserved.