org.opennms.features.gwt.combobox.client.rest
Class DefaultNodeService
java.lang.Object
org.opennms.features.gwt.combobox.client.rest.DefaultNodeService
- All Implemented Interfaces:
- NodeService
public class DefaultNodeService
- extends Object
- implements NodeService
|
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 |
TEST_RESPONSE
public static String TEST_RESPONSE
DefaultNodeService
public DefaultNodeService()
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.