Uses of Interface
org.globus.mds.aggregator.impl.AggregatorSource

Packages that use AggregatorSource
org.globus.mds.aggregator.impl   
 

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

Classes in org.globus.mds.aggregator.impl that implement AggregatorSource
 class ExecutionAggregatorSource
          An AggregatorSource which generates data using synchronous poll-style execution of an administrator-configured script.
 class PollingAggregatorSource
          An AggregatorSource which generates data using synchronous polling in a background thread.
 class QueryAggregatorSource
          A PollingAggregatorSource that polls using WSRF resource property operations.
 class SubscriptionAggregatorSource
          An AggregatorSource which generates data using asyncrhonous subscription-based messaging.
 

Fields in org.globus.mds.aggregator.impl declared as AggregatorSource
private  AggregatorSource ServiceGroupEntryAggregatorSink.source
           
private  AggregatorSource AggregatorServiceGroupEntryResource.source
           
 

Methods in org.globus.mds.aggregator.impl that return AggregatorSource
 AggregatorSource ServiceGroupEntryAggregatorSink.getSource()
           
 AggregatorSource AggregatorSink.getSource()
          Gets the AggregatorSource connected to this sink
 AggregatorSource AggregatorServiceGroupEntryResource.getAggregatorSource()
           
 

Methods in org.globus.mds.aggregator.impl with parameters of type AggregatorSource
 void ServiceGroupEntryAggregatorSink.setSource(AggregatorSource source)
           
 void AggregatorSink.setSource(AggregatorSource source)
          Sets the AggregatorSource connected to this sink
 void AggregatorServiceGroupResource.addAggregatorSource(AggregatorSource source)
           
 void AggregatorServiceGroupEntryResource.setAggregatorSource(AggregatorSource source)