Uses of Class
org.apache.hivemind.Occurances

Packages that use Occurances
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
 

Uses of Occurances in org.apache.hivemind
 

Fields in org.apache.hivemind declared as Occurances
static Occurances Occurances.NONE
           
static Occurances Occurances.ONE_PLUS
          At least one is required.
static Occurances Occurances.OPTIONAL
          Optional, may be zero or one, but not more.
static Occurances Occurances.REQUIRED
          Exactly one is required.
static Occurances Occurances.UNBOUNDED
          An unbounded number, zero or more.
 

Uses of Occurances in org.apache.hivemind.impl
 

Methods in org.apache.hivemind.impl that return Occurances
 Occurances ConfigurationPointImpl.getExpectedCount()
           
 Occurances ServicePointImpl.getParametersCount()
           
 

Methods in org.apache.hivemind.impl with parameters of type Occurances
 void ConfigurationPointImpl.setExpectedCount(Occurances occurances)
           
 void ServicePointImpl.setParametersCount(Occurances occurances)
           
 

Uses of Occurances in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return Occurances
 Occurances ServicePoint.getParametersCount()
          Returns the number of parameter object expected; generally this is the default of exactly one ( REQUIRED).
 

Uses of Occurances in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse that return Occurances
 Occurances ConfigurationPointDescriptor.getCount()
           
 Occurances ServicePointDescriptor.getParametersCount()
           
 

Methods in org.apache.hivemind.parse with parameters of type Occurances
 void ConfigurationPointDescriptor.setCount(Occurances occurances)
           
 void ServicePointDescriptor.setParametersCount(Occurances occurances)