Class UserAgent


  • public class UserAgent
    extends java.lang.Object
    Micro agent that uses the pojo service. Search is here done by using the implementation class not the interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserAgent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body​(IInternalAccess agent)
      The agent body is called once on agent startup.
      • Methods inherited from class java.lang.Object

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

      • UserAgent

        public UserAgent()
    • Method Detail

      • body

        public void body​(IInternalAccess agent)
        The agent body is called once on agent startup.