Task Queue Java API

Posted by user268515 on Stack Overflow See other posts from Stack Overflow or by user268515
Published on 2010-06-13T07:18:53Z Indexed on 2010/06/13 7:22 UTC
Read the original article Hit count: 366

Filed under:
|
|

Hi when i started to work on Task queue concept i got struck on this line

 queue.add(
  DatastoreServiceFactory.getDatastoreService().getCurrentTransaction(),
  TaskOptions().url("/path/to/my/worker"));

What will DatastoreServiceFactory do... How to redirect this page to another servlet.... in the url i gave .url("/myservlet") but it doesn't redirected to servlet Please say what should given in .url.Help me.

Regards, sharun

© Stack Overflow or respective owner

Related posts about java

Related posts about queue