Expand my Community achievements bar.

Polling Importer

Avatar

Level 2

Hi,

How can I make authors to manually trigger the Polling Job. ?

Thanks,

Monika

3 Replies

Avatar

Level 10

A good solution can be :

Have a Class with method  A(), this method will have actual logic of polling which you need. For normal polling call this method inside importData()

and for manual trigger you can call this via any JSP.

make sure you supply the parameters to method A().