Class PojoHelloWorldAgent


  • public class PojoHelloWorldAgent
    extends java.lang.Object
    The micro version of the hello world agent.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The micro agent class.
      protected java.lang.String text
      The welcome text.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void end()  
      void executeBody()
      Execute an agent step.
      • Methods inherited from class java.lang.Object

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

      • text

        protected java.lang.String text
        The welcome text.
    • Constructor Detail

      • PojoHelloWorldAgent

        public PojoHelloWorldAgent()
    • Method Detail

      • executeBody

        public void executeBody()
        Execute an agent step.
      • end

        public void end()