Uses of Class
org.jdiameter.common.api.statistic.IStatistic.Groups

Packages that use IStatistic.Groups
org.jdiameter.common.api.statistic   
org.jdiameter.common.impl.statistic   
 

Uses of IStatistic.Groups in org.jdiameter.common.api.statistic
 

Methods in org.jdiameter.common.api.statistic that return IStatistic.Groups
static IStatistic.Groups IStatistic.Groups.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IStatistic.Groups[] IStatistic.Groups.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jdiameter.common.api.statistic with parameters of type IStatistic.Groups
 IStatistic IStatisticManager.newStatistic(java.lang.String name, IStatistic.Groups group, IStatisticRecord... rec)
           
 

Uses of IStatistic.Groups in org.jdiameter.common.impl.statistic
 

Methods in org.jdiameter.common.impl.statistic with parameters of type IStatistic.Groups
 IStatistic StatisticManagerImpl.newStatistic(java.lang.String name, IStatistic.Groups group, IStatisticRecord... rec)
           
 



Copyright © 2014. All Rights Reserved.