Class AIRepairTask

  • All Implemented Interfaces:
    java.lang.Runnable

    @Component("aIRepairTask")
    @Scope("prototype")
    class AIRepairTask
    extends TimedTask
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 23, 2014
    • Constructor Summary

      Constructors 
      Constructor Description
      AIRepairTask​(java.time.LocalDateTime executionTime, IShip ship, IShipyard shipyard)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • clientServerEventBus

        @Autowired
        @Qualifier("serverClientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientServerEventBus
      • ship

        private final IShip ship
    • Constructor Detail

      • AIRepairTask

        public AIRepairTask​(java.time.LocalDateTime executionTime,
                            IShip ship,
                            IShipyard shipyard)
    • Method Detail

      • run

        public void run()
      • toString

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