Class PingAgent


  • public class PingAgent
    extends java.lang.Object
    Answer ping requests.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The micro agent class.
    • Constructor Summary

      Constructors 
      Constructor Description
      PingAgent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void messageArrived​(java.util.Map<java.lang.String,​java.lang.Object> msg)
      Send a reply to the sender.
      • Methods inherited from class java.lang.Object

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

      • PingAgent

        public PingAgent()
    • Method Detail

      • messageArrived

        public void messageArrived​(java.util.Map<java.lang.String,​java.lang.Object> msg)
        Send a reply to the sender.
        Parameters:
        msg - The message.
        mt - The message type.