Class HandleForcesPlan

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void allocateForces​(java.lang.String servicename, java.lang.String typename)
      The body method is called on the instantiated plan instance from the scheduler.
      void failure​(java.lang.Exception e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandleForcesPlan

        public HandleForcesPlan()
    • Method Detail

      • allocateForces

        public void allocateForces​(java.lang.String servicename,
                                   java.lang.String typename)
        The body method is called on the instantiated plan instance from the scheduler.
      • failure

        public void failure​(java.lang.Exception e)