Class ConcurrentReconciliation

  • All Implemented Interfaces:
    java.lang.Runnable

    class ConcurrentReconciliation
    extends TimedTask
    Reconciliation between the two opponents. This task adds itself to the tasklist
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 22, 2014
    • Field Detail

      • date

        @Autowired
        private Date date
      • clientEventBus

        @Autowired
        @Qualifier("clientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientEventBus
      • locale

        @Autowired
        private Locale locale
      • messageSource

        @Autowired
        @Qualifier("messageSource")
        private org.springframework.context.MessageSource messageSource
    • Constructor Detail

      • ConcurrentReconciliation

        ConcurrentReconciliation()
    • Method Detail

      • initialize

        @PostConstruct
        private void initialize()
      • run

        public void run()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object