Class Agent

  • Direct Known Subclasses:
    Layer.LayerAgent, Service.ThreadPoolAgent

    public class Agent
    extends java.lang.Object
    This class represents an agent that collect and store data from different points of the platform in order to monitoring and debug the instance status
    Author:
    javaito
    • Constructor Summary

      Constructors 
      Constructor Description
      Agent​(java.lang.String name, java.lang.String packageName)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name if the agent.
      java.lang.String getPackageName()
      Returns the package name of the agent.
      • Methods inherited from class java.lang.Object

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

      • Agent

        public Agent​(java.lang.String name,
                     java.lang.String packageName)
    • Method Detail

      • getPackageName

        public final java.lang.String getPackageName()
        Returns the package name of the agent.
        Returns:
        Package name of the agent.
      • getName

        public final java.lang.String getName()
        Returns the name if the agent.
        Returns:
        Name of the agent.