Enum Class MoskitoJourneyInterceptorStatsProducer

java.lang.Object
java.lang.Enum<MoskitoJourneyInterceptorStatsProducer>
org.distributeme.core.interceptor.moskito.MoskitoJourneyInterceptorStatsProducer
All Implemented Interfaces:
Serializable, Comparable<MoskitoJourneyInterceptorStatsProducer>, Constable, net.anotheria.moskito.core.producers.IStatsProducer

public enum MoskitoJourneyInterceptorStatsProducer extends Enum<MoskitoJourneyInterceptorStatsProducer> implements net.anotheria.moskito.core.producers.IStatsProducer
This producer is a dummy class that is used for grouping of requests in journey analyzes.
Version:
$Id: $Id
Author:
lrosenberg
  • Enum Constant Details

  • Method Details

    • values

      public static MoskitoJourneyInterceptorStatsProducer[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MoskitoJourneyInterceptorStatsProducer valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getStats

      public List<net.anotheria.moskito.core.producers.IStats> getStats()
      Specified by:
      getStats in interface net.anotheria.moskito.core.producers.IStatsProducer
    • getProducerId

      public String getProducerId()
      Specified by:
      getProducerId in interface net.anotheria.moskito.core.producers.IStatsProducer
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in interface net.anotheria.moskito.core.producers.IStatsProducer
    • getSubsystem

      public String getSubsystem()
      Specified by:
      getSubsystem in interface net.anotheria.moskito.core.producers.IStatsProducer