public class Remotely extends Object
| Constructor and Description |
|---|
Remotely() |
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
execute(Callable<R> work)
Execute the work against a remote datastore.
|
static boolean |
isEnabled() |
static void |
setOptions(com.google.appengine.tools.remoteapi.RemoteApiOptions value) |
public static void setOptions(com.google.appengine.tools.remoteapi.RemoteApiOptions value)
public static boolean isEnabled()
public static <R> R execute(Callable<R> work)
Copyright © 2014. All rights reserved.