Package org.hcjf.log.debug
Class Agent
- java.lang.Object
-
- org.hcjf.log.debug.Agent
-
- Direct Known Subclasses:
Layer.LayerAgent,Service.ThreadPoolAgent
public class Agent extends java.lang.ObjectThis 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.StringgetName()Returns the name if the agent.java.lang.StringgetPackageName()Returns the package name of the agent.
-