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

Packages that use IStatistic
org.jdiameter.client.api.controller   
org.jdiameter.client.api.fsm   
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.impl   
 

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.api.fsm
 

Methods in org.jdiameter.client.api.fsm that return IStatistic
 IStatistic IStateMachine.getStatistic()
           
 

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()
           
 

Methods in org.jdiameter.common.api.concurrent that return types with arguments of type IStatistic
 java.util.List<IStatistic> IConcurrentFactory.getStatistics()
           
 java.util.List<IStatistic> DummyConcurrentFactory.getStatistics()
           
 

Methods in org.jdiameter.common.api.concurrent with parameters of type IStatistic
<L> java.util.concurrent.Callable<L>
IConcurrentEntityFactory.newDefaultCallable(java.util.concurrent.Callable<L> runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
           
 java.lang.Runnable IConcurrentEntityFactory.newDefaultRunnable(java.lang.Runnable runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
           
 

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

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

Methods in org.jdiameter.common.api.statistic that return types with arguments of type IStatistic
 java.util.List<IStatistic> IStatisticManager.getStatistic()
           
 

Methods in org.jdiameter.common.api.statistic with parameters of type IStatistic
 void IStatisticManager.removeStatistic(IStatistic stat)
           
 

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

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

Methods in org.jdiameter.common.impl.concurrent that return types with arguments of type IStatistic
 java.util.List<IStatistic> ConcurrentFactory.getStatistics()
           
 

Methods in org.jdiameter.common.impl.concurrent with parameters of type IStatistic
<L> java.util.concurrent.Callable<L>
ConcurrentEntityFactory.newDefaultCallable(java.util.concurrent.Callable<L> runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
           
 java.lang.Runnable ConcurrentEntityFactory.newDefaultRunnable(java.lang.Runnable runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
           
 

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 StatisticManagerImpl.newStatistic(java.lang.String name, IStatistic.Groups group, IStatisticRecord... rec)
           
 

Methods in org.jdiameter.common.impl.statistic that return types with arguments of type IStatistic
 java.util.List<IStatistic> StatisticManagerImpl.getStatistic()
           
 

Methods in org.jdiameter.common.impl.statistic with parameters of type IStatistic
 void StatisticManagerImpl.removeStatistic(IStatistic stat)
           
 

Uses of IStatistic in org.jdiameter.server.impl
 

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



Copyright © 2014. All Rights Reserved.