org.opennms.features.node.list.gwt.client
Class DefaultNodeService

java.lang.Object
  extended by org.opennms.features.node.list.gwt.client.DefaultNodeService
All Implemented Interfaces:
NodeService

public class DefaultNodeService
extends Object
implements NodeService


Field Summary
static String IP_INTERFACES_TEST_RESPONSE
           
static String SNMP_INTERFACES_TEST_RESPONSE
           
 
Constructor Summary
DefaultNodeService()
           
 
Method Summary
 void findIpInterfacesMatching(int nodeId, String parameter, String value, com.google.gwt.http.client.RequestCallback callback)
           
 void findSnmpInterfacesMatching(int nodeId, String parameter, String value, com.google.gwt.http.client.RequestCallback callback)
           
 void getAllIpInterfacesForNode(int nodeId, com.google.gwt.http.client.RequestCallback callback)
           
 void getAllSnmpInterfacesForNode(int nodeId, com.google.gwt.http.client.RequestCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNMP_INTERFACES_TEST_RESPONSE

public static String SNMP_INTERFACES_TEST_RESPONSE

IP_INTERFACES_TEST_RESPONSE

public static String IP_INTERFACES_TEST_RESPONSE
Constructor Detail

DefaultNodeService

public DefaultNodeService()
Method Detail

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.