Class PingSweepSummary


  • public class PingSweepSummary
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addResponse​(java.util.Map<java.net.InetAddress,​java.lang.Double> response)  
      java.util.Map<java.net.InetAddress,​java.lang.Double> getResponses()  
      boolean isSuccess()  
      int numberOfPingsReturned()  
      void setResponses​(java.util.Map<java.net.InetAddress,​java.lang.Double> m_responses)  
      • Methods inherited from class java.lang.Object

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

      • PingSweepSummary

        public PingSweepSummary()
    • Method Detail

      • getResponses

        public java.util.Map<java.net.InetAddress,​java.lang.Double> getResponses()
      • setResponses

        public void setResponses​(java.util.Map<java.net.InetAddress,​java.lang.Double> m_responses)
      • addResponse

        public void addResponse​(java.util.Map<java.net.InetAddress,​java.lang.Double> response)
      • isSuccess

        public boolean isSuccess()
      • numberOfPingsReturned

        public int numberOfPingsReturned()