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