Class HostTraceOptions


  • public class HostTraceOptions
    extends java.lang.Object
    HostTraceOptions acts as data interface for using applciations. It is generated by GetAgentProperties after the request was sent to the server. It can be set in SetAgentProperties prior to sending the update request to the server. It contains an Array representing the trace flags as they are set for a particular agent as well as additional parameters used in tracing.
    • Constructor Detail

      • HostTraceOptions

        public HostTraceOptions​(GetAgentProperties gap)
        HostTraceOptions are constructed by passing in a GetAgentProperties request that was already sent to the server.
        Parameters:
        gap - GetAgentProperties request
    • Method Detail

      • getMaxTraceSize

        public int getMaxTraceSize()
        Returns:
        the maxTraceSize
      • setMaxTraceSize

        public void setMaxTraceSize​(int maxTraceSize)
        Parameters:
        maxTraceSize - the maxTraceSize to set
      • getTraceFileTrigger

        public java.lang.String getTraceFileTrigger()
        Returns:
        the traceFileTrigger
      • setTraceFileTrigger

        public void setTraceFileTrigger​(java.lang.String traceFileTrigger)
        Parameters:
        traceFileTrigger - the traceFileTrigger to set
      • equals

        public boolean equals​(java.lang.Object obj)
        compares 2 instances, returns false if there are differences in data
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - Object
        Returns:
        boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object