xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.dispatch.DispatchStatistic

Packages that use DispatchStatistic
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.protocol   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.util.dispatch   
 

Uses of DispatchStatistic in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as DispatchStatistic
private  DispatchStatistic SubjectInfo.dispatchStatistic
           
private  DispatchStatistic SessionInfo.statistic
          Statistic about send/received messages, can be null if there is a DispatchManager around
 

Methods in org.xmlBlaster.authentication that return DispatchStatistic
 DispatchStatistic SessionInfo.getDispatchStatistic()
           
 

Uses of DispatchStatistic in org.xmlBlaster.client
 

Fields in org.xmlBlaster.client declared as DispatchStatistic
private  DispatchStatistic XmlBlasterAccess.statistic
          Statistic about send/received messages, can be null if there is a DispatchManager around
 

Methods in org.xmlBlaster.client that return DispatchStatistic
 DispatchStatistic XmlBlasterAccess.getDispatchStatistic()
           
 

Uses of DispatchStatistic in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch that return DispatchStatistic
 DispatchStatistic ClientDispatchManager.getDispatchStatistic()
           
 

Uses of DispatchStatistic in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol that return DispatchStatistic
 DispatchStatistic AbstractCallbackExtended.getDispatchStatistic()
          Access the statistic holder.
 

Uses of DispatchStatistic in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as DispatchStatistic
private  DispatchStatistic RequestBroker.dispatchStatistic
          Contains total count of published messages and get() invocations.
 

Uses of DispatchStatistic in org.xmlBlaster.engine.dispatch
 

Methods in org.xmlBlaster.engine.dispatch that return DispatchStatistic
 DispatchStatistic ServerDispatchManager.getDispatchStatistic()
           
 

Uses of DispatchStatistic in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as DispatchStatistic
protected  DispatchStatistic DispatchConnectionsHandler.statistic
           
 

Methods in org.xmlBlaster.util.dispatch that return DispatchStatistic
 DispatchStatistic DispatchConnectionsHandler.getDispatchStatistic()
           
 DispatchStatistic I_DispatchManager.getDispatchStatistic()
           
 

Methods in org.xmlBlaster.util.dispatch with parameters of type DispatchStatistic
private  java.lang.Throwable DispatchConnection.processResponseTimeoutException(DispatchStatistic stats, java.lang.Throwable e)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.