Uses of Interface
org.apache.uima.ducc.common.IServiceStatistics

Packages that use IServiceStatistics
org.apache.uima.ducc.cli   
org.apache.uima.ducc.transport.event.sm   
 

Uses of IServiceStatistics in org.apache.uima.ducc.cli
 

Methods in org.apache.uima.ducc.cli that return IServiceStatistics
abstract  IServiceStatistics AServicePing.getStatistics()
          Returns the object with application-derived health and statistics.
 

Uses of IServiceStatistics in org.apache.uima.ducc.transport.event.sm
 

Methods in org.apache.uima.ducc.transport.event.sm that return IServiceStatistics
 IServiceStatistics IServiceDescription.getQstats()
           
 IServiceStatistics IServiceDescription.getQueueStatistics()
           
 

Methods in org.apache.uima.ducc.transport.event.sm with parameters of type IServiceStatistics
 void IServiceDescription.setQstats(IServiceStatistics qstats)
          Internal to DUCC.
 void IServiceDescription.setQueueStatistics(IServiceStatistics qstats)
          Internal to DUCC.
 



Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.