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

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

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

Fields in org.globus.mds.aggregator.impl declared as AggregatorConfig
private  AggregatorConfig PollingAggregatorSource.QueryTimerListener.config
           
 

Methods in org.globus.mds.aggregator.impl with parameters of type AggregatorConfig
 org.apache.axis.encoding.AnyContentType QueryAggregatorSource.poll(AggregatorPollType parameters, org.apache.axis.message.addressing.EndpointReferenceType epr, AggregatorConfig config)
           
abstract  org.apache.axis.encoding.AnyContentType PollingAggregatorSource.poll(AggregatorPollType parameters, org.apache.axis.message.addressing.EndpointReferenceType epr, AggregatorConfig config)
          This method must be implemented by subclasses to provide the specific specialised poll implementation.
 org.apache.axis.encoding.AnyContentType ExecutionAggregatorSource.poll(AggregatorPollType pollParameters, org.apache.axis.message.addressing.EndpointReferenceType epr, AggregatorConfig config)
           
 

Constructors in org.globus.mds.aggregator.impl with parameters of type AggregatorConfig
PollingAggregatorSource.QueryTimerListener(AggregatorPollType parameters, AggregatorServiceGroupEntryResource entry, AggregatorConfig config)
           
 

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)