Class TreatVictimsService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Get the string representation.
      ITerminableFuture<java.lang.Void> treatVictims​(java.lang.Object disasterId)
      Treat victims.
      • Methods inherited from class java.lang.Object

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

      • TreatVictimsService

        public TreatVictimsService()
    • Method Detail

      • treatVictims

        public ITerminableFuture<java.lang.Void> treatVictims​(java.lang.Object disasterId)
        Treat victims.
        Specified by:
        treatVictims in interface ITreatVictimsService
        Parameters:
        disasterId - The disaster id.
        Returns:
        Future, null when done.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.