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

Packages that use AggregatorSink
org.globus.mds.aggregator.impl   
org.globus.mds.trigger.impl   
 

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

Classes in org.globus.mds.aggregator.impl that implement AggregatorSink
 class ServiceGroupEntryAggregatorSink
          The ServiceGroupEntryAggregatorSink stores aggregate data as ServiceGroupEntry content.
 

Methods in org.globus.mds.aggregator.impl that return AggregatorSink
 AggregatorSink SubscriptionAggregatorSource.getAggregatorSink()
           
 AggregatorSink PollingAggregatorSource.getAggregatorSink()
           
 AggregatorSink AggregatorSource.getAggregatorSink()
          Gets the AggregatorSink instance where data from the underlying AggregatorSource will be routed, or NULL if not set.
 

Methods in org.globus.mds.aggregator.impl with parameters of type AggregatorSink
 void SubscriptionAggregatorSource.setAggregatorSink(AggregatorSink sink, Object sinkParameters)
           
 void PollingAggregatorSource.setAggregatorSink(AggregatorSink sink, Object sinkParameters)
           
 void AggregatorSource.setAggregatorSink(AggregatorSink sink, Object sinkParameters)
          Sets the AggregatorSink instance where data from the Aggregator Source will be routed.
 void AggregatorServiceGroupResource.loadCompatibleSources(AggregatorSink sink)
           
 

Constructors in org.globus.mds.aggregator.impl with parameters of type AggregatorSink
SubscriptionAggregatorSource(AggregatorSink sink, Object sinkParameters)
          Creates a new instance of SubscriptionAggregatorSource
SubscriptionAggregatorSource(AggregatorSink sink)
           
QueryAggregatorSource(AggregatorSink sink, Object sinkParameters)
           
QueryAggregatorSource(AggregatorSink sink)
           
PollingAggregatorSource(AggregatorSink sink, Object sinkParameters)
          Creates a new instance of PollingAggregatorSource
PollingAggregatorSource(AggregatorSink sink)
           
HTTPAggregatorSource(AggregatorSink sink)
          Creates a new instance of ExecutionAggregatorSource
ExecutionAggregatorSource(AggregatorSink sink)
          Creates a new instance of ExecutionAggregatorSource
 

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

Classes in org.globus.mds.trigger.impl that implement AggregatorSink
 class TriggerResource
          Implementation of a Trigger ServiceGroup resource.
 



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