org.opennms.features.gwt.combobox.client.rest
Class DefaultNodeService

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

public class DefaultNodeService
extends Object
implements NodeService


Field Summary
static String TEST_RESPONSE
           
 
Constructor Summary
DefaultNodeService()
           
 
Method Summary
 void getAllNodes(com.google.gwt.http.client.RequestCallback callback)
           
 void getNodeByNodeLabel(String nodeLabel, 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

TEST_RESPONSE

public static String TEST_RESPONSE
Constructor Detail

DefaultNodeService

public DefaultNodeService()
Method Detail

getAllNodes

public void getAllNodes(com.google.gwt.http.client.RequestCallback callback)
Specified by:
getAllNodes in interface NodeService

getNodeByNodeLabel

public void getNodeByNodeLabel(String nodeLabel,
                               com.google.gwt.http.client.RequestCallback callback)
Specified by:
getNodeByNodeLabel in interface NodeService


Copyright © 2011. All Rights Reserved.