org.opennms.features.node.list.gwt.client
Interface NodeService

All Known Implementing Classes:
DefaultNodeService

public interface NodeService


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)
           
 

Method Detail

getAllIpInterfacesForNode

void getAllIpInterfacesForNode(int nodeId,
                               com.google.gwt.http.client.RequestCallback callback)

getAllSnmpInterfacesForNode

void getAllSnmpInterfacesForNode(int nodeId,
                                 com.google.gwt.http.client.RequestCallback callback)

findIpInterfacesMatching

void findIpInterfacesMatching(int nodeId,
                              String parameter,
                              String value,
                              com.google.gwt.http.client.RequestCallback callback)

findSnmpInterfacesMatching

void findSnmpInterfacesMatching(int nodeId,
                                String parameter,
                                String value,
                                com.google.gwt.http.client.RequestCallback callback)


Copyright © 2011. All Rights Reserved.