Uses of Interface
org.jdiameter.common.api.statistic.IStatistic

Packages that use IStatistic
org.jdiameter.client.api.controller   
org.jdiameter.client.impl   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.fsm   
org.jdiameter.common.api.concurrent   
org.jdiameter.common.api.statistic   
org.jdiameter.common.impl.concurrent   
org.jdiameter.common.impl.controller   
org.jdiameter.common.impl.statistic   
org.jdiameter.server.api   
org.jdiameter.server.impl   
org.jdiameter.server.impl.helpers   
 

Uses of IStatistic in org.jdiameter.client.api.controller
 

Methods in org.jdiameter.client.api.controller that return IStatistic
 IStatistic IPeer.getStatistic()
          Return peer statistic
 

Uses of IStatistic in org.jdiameter.client.impl
 

Methods in org.jdiameter.client.impl that return IStatistic
 IStatistic MetaDataImpl.ClientLocalPeer.getStatistic()
           
 

Uses of IStatistic in org.jdiameter.client.impl.controller
 

Methods in org.jdiameter.client.impl.controller that return IStatistic
 IStatistic PeerImpl.getStatistic()
           
 

Uses of IStatistic in org.jdiameter.client.impl.fsm
 

Fields in org.jdiameter.client.impl.fsm declared as IStatistic
protected  IStatistic PeerFSMImpl.queueStat
           
 

Methods in org.jdiameter.client.impl.fsm that return IStatistic
 IStatistic PeerFSMImpl.getStatistic()
           
 

Uses of IStatistic in org.jdiameter.common.api.concurrent
 

Methods in org.jdiameter.common.api.concurrent that return IStatistic
 IStatistic IConcurrentFactory.getStatistic()
           
 IStatistic DummyConcurrentFactory.getStatistic()
           
 IStatistic[] IConcurrentFactory.getStatistics()
           
 IStatistic[] DummyConcurrentFactory.getStatistics()
           
 

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

Methods in org.jdiameter.common.api.statistic that return IStatistic
 IStatistic IStatistic.appendCounter(IStatisticRecord... rec)
          Merge statistic
 IStatistic IStatisticFactory.newStatistic(IStatistic.Groups group, IStatisticRecord... rec)
           
 IStatistic IStatisticFactory.newStatistic(java.lang.String name, java.lang.String description, IStatisticRecord... rec)
           
 

Uses of IStatistic in org.jdiameter.common.impl.concurrent
 

Methods in org.jdiameter.common.impl.concurrent that return IStatistic
 IStatistic ConcurrentFactory.getStatistic()
           
 IStatistic[] ConcurrentFactory.getStatistics()
           
 

Uses of IStatistic in org.jdiameter.common.impl.controller
 

Fields in org.jdiameter.common.impl.controller declared as IStatistic
protected  IStatistic AbstractPeer.statistic
           
 

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

Methods in org.jdiameter.common.impl.statistic that return IStatistic
 IStatistic StatisticFactory.newStatistic(IStatistic.Groups group, IStatisticRecord... rec)
           
 IStatistic StatisticFactory.newStatistic(java.lang.String name, java.lang.String description, IStatisticRecord... rec)
           
 

Uses of IStatistic in org.jdiameter.server.api
 

Methods in org.jdiameter.server.api that return IStatistic
 IStatistic IStateMachine.getStatistic()
          Return statistic of state machine
 

Uses of IStatistic in org.jdiameter.server.impl
 

Fields in org.jdiameter.server.impl declared as IStatistic
protected  IStatistic NetworkImpl.statistic
           
 

Uses of IStatistic in org.jdiameter.server.impl.helpers
 

Methods in org.jdiameter.server.impl.helpers with parameters of type IStatistic
static Statistic StatisticAdaptor.adapt(IStatistic statistic)
           
 



Copyright © 2010. All Rights Reserved.