Class TransactionManager.RetryTask

java.lang.Object
org.jpos.transaction.TransactionManager.RetryTask
All Implemented Interfaces:
Runnable
Enclosing class:
TransactionManager

public class TransactionManager.RetryTask extends Object implements Runnable
Background task that periodically pushes any contexts written to the TransactionManager.RETRY_QUEUE back onto the input queue.
  • Constructor Details

    • RetryTask

      public RetryTask()
      Creates the retry task bound to the enclosing manager.
  • Method Details