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

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

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

Fields in org.globus.mds.aggregator.impl declared as AggregatorPollType
private  AggregatorPollType PollingAggregatorSource.QueryTimerListener.parameters
           
 

Methods in org.globus.mds.aggregator.impl that return AggregatorPollType
 AggregatorPollType QueryAggregatorSource.deserializeParameter(org.apache.axis.message.MessageElement m)
           
abstract  AggregatorPollType PollingAggregatorSource.deserializeParameter(org.apache.axis.message.MessageElement m)
          If the supplied message element is a supported parameter block, the deserialised form should be returned; otherwise null should be returned.
 AggregatorPollType PollingAggregatorSource.QueryTimerListener.getParameters()
           
 AggregatorPollType ExecutionAggregatorSource.deserializeParameter(org.apache.axis.message.MessageElement m)
           
 

Methods in org.globus.mds.aggregator.impl with parameters of type AggregatorPollType
 org.apache.axis.encoding.AnyContentType QueryAggregatorSource.poll(AggregatorPollType parameters, org.apache.axis.message.addressing.EndpointReferenceType epr, AggregatorConfig config)
           
 org.apache.axis.encoding.AnyContentType QueryAggregatorSource.pollGet(AggregatorPollType parameters, org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 org.apache.axis.encoding.AnyContentType QueryAggregatorSource.pollGetMultiple(AggregatorPollType parameters, org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 org.apache.axis.encoding.AnyContentType QueryAggregatorSource.pollQuery(AggregatorPollType parameters, org.apache.axis.message.addressing.EndpointReferenceType epr)
           
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 AggregatorPollType
PollingAggregatorSource.QueryTimerListener(AggregatorPollType parameters, AggregatorServiceGroupEntryResource entry, AggregatorConfig config)
           
 

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

Subclasses of AggregatorPollType in org.globus.mds.aggregator.types
 class ExecutionPollType
           
 class GetMultipleResourcePropertiesPollType
           
 class GetResourcePropertyPollType
           
 class QueryResourcePropertiesPollType