Interface Pinger.Pingable

Enclosing interface:
Pinger

public static interface Pinger.Pingable
Implement to be pinged
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    ping(long now)
     
  • Method Details

    • ping

      boolean ping(long now) throws Exception
      Returns:
      true = continue pinging, false = stop pinging me, exception = stop pinging me (and log exception)
      Throws:
      Exception