Uses of Class
org.globus.mds.aggregator.impl.AggregatorException

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

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

Subclasses of AggregatorException in org.globus.mds.aggregator.impl
 class AggregatorParamTypeNotSupportedException
           
 class AggregatorSinkTypeNotSupportedException
           
 

Methods in org.globus.mds.aggregator.impl that throw AggregatorException
 void SubscriptionAggregatorSource.initialize(java.lang.Object parameters)
           
 java.lang.String SubscriptionAggregatorSource.getSessionKey(AggregatorServiceGroupEntryResource entry)
           
 boolean SubscriptionAggregatorSource.isValidSession(java.lang.String sessionKey)
           
 java.lang.String SubscriptionAggregatorSource.addAggregation(java.lang.Object parameters, AggregatorServiceGroupEntryResource entry)
           
 void SubscriptionAggregatorSource.removeAggregation(java.lang.String sessionKey)
           
 void ServiceGroupEntryAggregatorSink.initialize(java.lang.Object parameters)
           
 void ServiceGroupEntryAggregatorSink.deliver(org.apache.axis.encoding.AnyContentType message, AggregatorServiceGroupEntryResource entry)
           
 void PollingAggregatorSource.initialize(java.lang.Object parameters)
           
 java.lang.String PollingAggregatorSource.getSessionKey(AggregatorServiceGroupEntryResource entry)
           
 boolean PollingAggregatorSource.isValidSession(java.lang.String sessionKey)
           
 java.lang.String PollingAggregatorSource.addAggregation(java.lang.Object parameters, AggregatorServiceGroupEntryResource entry)
           
 void PollingAggregatorSource.removeAggregation(java.lang.String sessionKey)
           
 void ExecutionAggregatorSource.initialize(java.lang.Object parameters)
           
 void AggregatorSource.initialize(java.lang.Object parameters)
          Called to initialize any necessary state.
 java.lang.String AggregatorSource.addAggregation(java.lang.Object parameters, AggregatorServiceGroupEntryResource entry)
          Establishes an implementation-specific data aggregation session.
 void AggregatorSource.removeAggregation(java.lang.String sessionKey)
          Terminates the data aggregation represented by sessionKey.
 java.lang.String AggregatorSource.getSessionKey(AggregatorServiceGroupEntryResource entry)
          Get a sessionKey from a given entry context.
 boolean AggregatorSource.isValidSession(java.lang.String sessionKey)
          Determines if a specified sessionKey is valid (active).
 void AggregatorSink.initialize(java.lang.Object parameters)
          Called to initialize any necessary state.
 void AggregatorSink.deliver(org.apache.axis.encoding.AnyContentType message, AggregatorServiceGroupEntryResource context)
          Should be called by an AggregatorSource to deliver a message with the assumption that the message data will be aggregated as its native type and into whatever data storage format is used by the underlying AggregatorSink class.