Uses of Class
org.jumpmind.symmetric.statistic.StatisticName

Packages that use StatisticName
org.jumpmind.symmetric.statistic   
 

Uses of StatisticName in org.jumpmind.symmetric.statistic
 

Methods in org.jumpmind.symmetric.statistic that return StatisticName
 StatisticName Statistic.getName()
           
static StatisticName StatisticName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatisticName[] StatisticName.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jumpmind.symmetric.statistic with parameters of type StatisticName
 Statistic StatisticManager.getStatistic(StatisticName statisticName)
           
 Statistic IStatisticManager.getStatistic(StatisticName name)
           
 

Constructors in org.jumpmind.symmetric.statistic with parameters of type StatisticName
Statistic(StatisticName name, java.lang.String nodeId)
           
Statistic(StatisticName name, java.lang.String nodeId, java.util.Date startTime)
           
 



Copyright © 2007-2008. All Rights Reserved.