Uses of Class
org.globus.mds.usefulrp.types.Accumulator

Packages that use Accumulator
org.globus.mds.aggregator.types   
org.globus.mds.index   
 

Uses of Accumulator in org.globus.mds.aggregator.types
 

Fields in org.globus.mds.aggregator.types declared as Accumulator
private  Accumulator AggregatorServiceGroupRP.registrationCount
           
 

Methods in org.globus.mds.aggregator.types that return Accumulator
 Accumulator AggregatorServiceGroupRP.getRegistrationCount()
          Gets the registrationCount value for this AggregatorServiceGroupRP.
 

Methods in org.globus.mds.aggregator.types with parameters of type Accumulator
 void AggregatorServiceGroupRP.setRegistrationCount(Accumulator registrationCount)
          Sets the registrationCount value for this AggregatorServiceGroupRP.
 

Constructors in org.globus.mds.aggregator.types with parameters of type Accumulator
AggregatorServiceGroupRP(EntryType[] entry, EntryType[] entry2, MembershipContentRule[] membershipContentRule, MembershipContentRule[] membershipContentRule2, Accumulator registrationCount)
           
 

Uses of Accumulator in org.globus.mds.index
 

Fields in org.globus.mds.index declared as Accumulator
private  Accumulator IndexPortTypeGTWSDLResourceProperties.registrationCount
           
 

Methods in org.globus.mds.index that return Accumulator
 Accumulator IndexPortTypeGTWSDLResourceProperties.getRegistrationCount()
          Gets the registrationCount value for this IndexPortTypeGTWSDLResourceProperties.
 

Methods in org.globus.mds.index with parameters of type Accumulator
 void IndexPortTypeGTWSDLResourceProperties.setRegistrationCount(Accumulator registrationCount)
          Sets the registrationCount value for this IndexPortTypeGTWSDLResourceProperties.
 

Constructors in org.globus.mds.index with parameters of type Accumulator
IndexPortTypeGTWSDLResourceProperties(java.util.Calendar currentTime, EntryType[] entry, boolean fixedTopicSet, MembershipContentRule[] membershipContentRule, Accumulator registrationCount, java.util.Calendar terminationTime, TopicExpressionType[] topic, org.apache.axis.types.URI[] topicExpressionDialects)