Uses of Class
com.ibm.di.server.TaskStatistics

Packages that use TaskStatistics
com.ibm.di.api Provides packages and classes for managing the server API. 
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
com.ibm.di.fc Provides classes for the Directory Integrator's function components. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

Uses of TaskStatistics in com.ibm.di.api
 

Methods in com.ibm.di.api that return TaskStatistics
 TaskStatistics ALEvent.getStatistics()
          Retrives staristics.
 

Constructors in com.ibm.di.api with parameters of type TaskStatistics
ALEvent(java.lang.String aType, java.lang.String aId, java.lang.Object aData, java.lang.String aConfigInstanceId, TaskStatistics aStats)
          Creates new ALEvent instance.
ALEvent(java.lang.String aType, java.lang.String aId, java.lang.Object aData, java.lang.String aConfigInstanceId, TaskStatistics aStats, java.lang.String aGUID, java.lang.String aUserMessage)
          Creates new ALEvent instance.
 

Uses of TaskStatistics in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return TaskStatistics
 TaskStatistics AssemblyLineMBean.getStatistics()
          This method returns the TaskStatistics object for this AssemblyLine.
 TaskStatistics AssemblyLine.getStatistics()
          This method returns the TaskStatistics object for this AssemblyLine.
 

Uses of TaskStatistics in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return TaskStatistics
 TaskStatistics Sequence.getStatistics()
          This method returns the TaskStatistics object for this Sequence.
 TaskStatistics AssemblyLine.getStatistics()
          This method returns the TaskStatistics object for this AssemblyLine.
 

Uses of TaskStatistics in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return TaskStatistics
 TaskStatistics SequenceImpl.getStatistics()
           
 TaskStatistics AssemblyLineImpl.getStatistics()
          This method returns the TaskStatistics object for this AssemblyLine.
 

Uses of TaskStatistics in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return TaskStatistics
 TaskStatistics Sequence.getStatistics()
          This method returns the TaskStatistics object for this Sequence.
 TaskStatistics AssemblyLine.getStatistics()
          This method returns the TaskStatistics object for this AssemblyLine.
 

Uses of TaskStatistics in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return TaskStatistics
 TaskStatistics SequenceImpl.getStatistics()
           
 TaskStatistics AssemblyLineImpl.getStatistics()
          This method returns the TaskStatistics object for this AssemblyLine.
 

Uses of TaskStatistics in com.ibm.di.fc
 

Fields in com.ibm.di.fc declared as TaskStatistics
 TaskStatistics DeltaFC.stats
          This is the statistics object for the component
 

Uses of TaskStatistics in com.ibm.di.server
 

Fields in com.ibm.di.server declared as TaskStatistics
 TaskStatistics AssemblyLineComponent.stats
          This is the statistics object for the component
 

Methods in com.ibm.di.server that return TaskStatistics
 TaskStatistics Sequence.getStats()
           
 TaskStatistics AssemblyLineComponent.getStats()
          Gets the stats attribute of the AssemblyLineComponent object
 TaskStatistics AssemblyLine.getStats()
          This method returns the TaskStatistics object for this AssemblyLine.
 

Methods in com.ibm.di.server with parameters of type TaskStatistics
 void TaskStatistics.addStats(TaskStatistics s)
           
 void TaskStatistics.setParentStats(TaskStatistics parent)