Uses of Class
tigase.stats.StatisticsList

Packages that use StatisticsList
tigase.cluster   
tigase.cluster.strategy   
tigase.io   
tigase.net   
tigase.server The main package with top level API for server side components. 
tigase.server.bosh   
tigase.server.ext   
tigase.server.filters   
tigase.server.monitor   
tigase.server.sreceiver   
tigase.server.sreceiver.sysmon   
tigase.server.test   
tigase.server.xmppserver   
tigase.server.xmppsession   
tigase.stats   
tigase.util   
tigase.vhosts   
tigase.xmpp   
tigase.xmpp.impl   
 

Uses of StatisticsList in tigase.cluster
 

Methods in tigase.cluster with parameters of type StatisticsList
 void ClusterConnectionManager.getStatistics(StatisticsList list)
          Method description
 void SessionManagerClustered.getStatistics(StatisticsList list)
          Method generates and returns component's statistics.
 

Uses of StatisticsList in tigase.cluster.strategy
 

Methods in tigase.cluster.strategy with parameters of type StatisticsList
 void SMNonCachingAllNodes.getStatistics(StatisticsList list)
          Method description
 void ClusteringStrategyIfc.getStatistics(StatisticsList list)
          Add the strategy statistics to the List.
 

Uses of StatisticsList in tigase.io
 

Methods in tigase.io with parameters of type StatisticsList
 void ZLibIO.getStatistics(StatisticsList list, boolean reset)
          Method description
 void SocketIO.getStatistics(StatisticsList list, boolean reset)
          Method description
 void TLSIO.getStatistics(StatisticsList list, boolean reset)
          Method description
 void IOInterface.getStatistics(StatisticsList list, boolean reset)
           
 

Uses of StatisticsList in tigase.net
 

Methods in tigase.net with parameters of type StatisticsList
 void IOService.getStatistics(StatisticsList list, boolean reset)
          Method description
 

Uses of StatisticsList in tigase.server
 

Methods in tigase.server with parameters of type StatisticsList
 void AbstractMessageReceiver.getStatistics(StatisticsList list)
          Method returns component statistics.
 void ConnectionManager.getStatistics(StatisticsList list)
          Generates the component statistics.
 void PacketFilterIfc.getStatistics(StatisticsList list)
          A filter may optionally return some processing statistics.
 void MessageRouter.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.bosh
 

Methods in tigase.server.bosh with parameters of type StatisticsList
 void BoshConnectionManager.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.ext
 

Methods in tigase.server.ext with parameters of type StatisticsList
 void ComponentProtocol.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.filters
 

Methods in tigase.server.filters with parameters of type StatisticsList
 void PacketCounter.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.monitor
 

Methods in tigase.server.monitor with parameters of type StatisticsList
 void MonitorPluginIfc.getStatistics(StatisticsList list)
           
 void MonitorComponent.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.sreceiver
 

Methods in tigase.server.sreceiver with parameters of type StatisticsList
 void AbstractReceiverTask.getStatistics(StatisticsList list)
          Method description
 void StanzaReceiver.getStatistics(StatisticsList list)
          Method description
 void ReceiverTaskIfc.getStatistics(StatisticsList list)
           
 

Uses of StatisticsList in tigase.server.sreceiver.sysmon
 

Methods in tigase.server.sreceiver.sysmon with parameters of type StatisticsList
 void DiskMonitor.getStatistics(StatisticsList list)
           
 void MemMonitor.getStatistics(StatisticsList list)
           
 void LogMonitor.getStatistics(StatisticsList list)
           
 void AbstractMonitor.getStatistics(StatisticsList list)
           
 void N270Monitor.getStatistics(StatisticsList list)
           
 void SystemMonitorTask.getStatistics(StatisticsList list)
          Method description
 void CPUMonitor.getStatistics(StatisticsList list)
           
 void ResourceMonitorIfc.getStatistics(StatisticsList list)
           
 

Uses of StatisticsList in tigase.server.test
 

Methods in tigase.server.test with parameters of type StatisticsList
 void TestComponent.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.xmppserver
 

Methods in tigase.server.xmppserver with parameters of type StatisticsList
 void S2SConnectionManager.getStatistics(StatisticsList list)
          Method description
 void ServerConnectionManager.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.server.xmppsession
 

Methods in tigase.server.xmppsession with parameters of type StatisticsList
 void SessionManager.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.stats
 

Methods in tigase.stats that return StatisticsList
 StatisticsList StatisticsCollector.getAllStats()
          Method description
 

Methods in tigase.stats with parameters of type StatisticsList
 void StatisticsCollector.getAllStats(StatisticsList list)
          Method description
 void StatisticsCollector.getComponentStats(String name, StatisticsList list)
          Method description
 void StatisticsContainer.getStatistics(StatisticsList list)
           
 

Uses of StatisticsList in tigase.util
 

Methods in tigase.util that return StatisticsList
 StatisticsList[] AllHistoryCache.getCurrentHistory()
           
 

Methods in tigase.util with parameters of type StatisticsList
 void AllHistoryCache.addItem(StatisticsList item)
           
 

Uses of StatisticsList in tigase.vhosts
 

Methods in tigase.vhosts with parameters of type StatisticsList
 void VHostManager.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.xmpp
 

Methods in tigase.xmpp with parameters of type StatisticsList
 void XMPPImplIfc.getStatistics(StatisticsList list)
          The method allows to retrieve plugin own statistics if it generates any.
 void XMPPProcessor.getStatistics(StatisticsList list)
          Method description
 

Uses of StatisticsList in tigase.xmpp.impl
 

Methods in tigase.xmpp.impl with parameters of type StatisticsList
 void Presence.getStatistics(StatisticsList list)
          Method description
 



Copyright © 2013 Tigase. All rights reserved.