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

Packages that use AggregatorSource
org.globus.mds.aggregator.impl   
org.globus.mds.trigger.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 HTTPAggregatorSource
          An AggregatorSource which generates data using synchronous HTTP polling.
 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.
 

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)
           
 

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

Methods in org.globus.mds.trigger.impl that return AggregatorSource
 AggregatorSource TriggerResource.getSource()
           
 

Methods in org.globus.mds.trigger.impl with parameters of type AggregatorSource
 void TriggerResource.setSource(AggregatorSource source)
           
 



Copyright © 1999-2006 University of Chicago. All rights reserved.