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

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

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

Fields in org.globus.mds.aggregator.types declared as AggregatorConfig
private  AggregatorConfig AggregatorContent.aggregatorConfig
           
 

Methods in org.globus.mds.aggregator.types that return AggregatorConfig
 AggregatorConfig AggregatorContent.getAggregatorConfig()
          Gets the aggregatorConfig value for this AggregatorContent.
 

Methods in org.globus.mds.aggregator.types with parameters of type AggregatorConfig
 void AggregatorContent.setAggregatorConfig(AggregatorConfig aggregatorConfig)
          Sets the aggregatorConfig value for this AggregatorContent.
 

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