Uses of Class
org.globus.mds.aggregator.types.AggregatorError

Packages that use AggregatorError
org.globus.mds.aggregator.types   
 

Uses of AggregatorError in org.globus.mds.aggregator.types
 

Fields in org.globus.mds.aggregator.types declared as AggregatorError
private  AggregatorError AggregatorContent.aggregatorError
           
 

Methods in org.globus.mds.aggregator.types that return AggregatorError
 AggregatorError AggregatorContent.getAggregatorError()
          Gets the aggregatorError value for this AggregatorContent.
 

Methods in org.globus.mds.aggregator.types with parameters of type AggregatorError
 void AggregatorContent.setAggregatorError(AggregatorError aggregatorError)
          Sets the aggregatorError value for this AggregatorContent.
 

Constructors in org.globus.mds.aggregator.types with parameters of type AggregatorError
AggregatorContent(AggregatorConfig aggregatorConfig, AggregatorData aggregatorData, AggregatorError aggregatorError)