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 NodeServicepublic void getNodeByNodeLabel(String nodeLabel, com.google.gwt.http.client.RequestCallback callback)
getNodeByNodeLabel in interface NodeServiceCopyright © 2017. All rights reserved.