public class DefaultNodeService extends Object implements NodeService
Modifier and Type | Field and Description |
---|---|
static String |
TEST_RESPONSE |
Constructor and Description |
---|
DefaultNodeService() |
Modifier and Type | Method and Description |
---|---|
void |
getAllNodes(com.google.gwt.http.client.RequestCallback callback) |
void |
getNodeByNodeLabel(String nodeLabel,
com.google.gwt.http.client.RequestCallback callback) |
public static String TEST_RESPONSE
public void getAllNodes(com.google.gwt.http.client.RequestCallback callback)
getAllNodes
in interface NodeService
public void getNodeByNodeLabel(String nodeLabel, com.google.gwt.http.client.RequestCallback callback)
getNodeByNodeLabel
in interface NodeService
Copyright © 2015. All rights reserved.