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

Packages that use AggregatorSink
org.globus.mds.aggregator.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.
 

Fields in org.globus.mds.aggregator.impl declared as AggregatorSink
private  AggregatorSink SubscriptionAggregatorSource.sink
           
private  AggregatorSink PollingAggregatorSource.sink
           
 

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 AggregatorServiceGroupResource.loadCompatibleSources(AggregatorSink sink)
           
 void AggregatorSource.setAggregatorSink(AggregatorSink sink, Object sinkParameters)
          Sets the AggregatorSink instance where data from the Aggregator Source will be routed.
 

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)
           
ExecutionAggregatorSource(AggregatorSink sink)
          Creates a new instance of ExecutionAggregatorSource