AbstractActiveBinding::execute() not calling by openHAB

I am developing a 1.x binding similar to Modbus Binding but for MBus communication. However, it seems that polling service is not working. Currently I am using ScheduledExecutorService for polling. Although it working fine from the eclipse, it does not work from runtime.

Please help me with the procedure for polling in openHAB.