|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalTaskQueueCallback
A callback that is asynchronously invoked by the local Task Queue. Even though the interface is defined in terms of a url fetch and its response, implementors are free to execute the request in any way they see fit.
Method Summary | |
---|---|
int |
execute(URLFetchServicePb.URLFetchRequest req)
Execute the provided url fetch request. |
void |
initialize(java.util.Map<java.lang.String,java.lang.String> properties)
This method will be invoked from LocalTaskQueue#init(com.google.appengine.tools.development.LocalServiceContext, Map)
forwarding the properties parameter. |
Method Detail |
---|
void initialize(java.util.Map<java.lang.String,java.lang.String> properties)
LocalTaskQueue#init(com.google.appengine.tools.development.LocalServiceContext, Map)
forwarding the properties
parameter.
int execute(URLFetchServicePb.URLFetchRequest req)
req
- The url fetch request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |