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.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.UNBOUNDED
          An unbounded number, zero or more.
static Occurances Occurances.OPTIONAL
          Optional, may be zero or one, but not more.
static Occurances Occurances.REQUIRED
          Exactly one is required.
static Occurances Occurances.ONE_PLUS
          At least one is required.
 

Uses of Occurances in org.apache.hivemind.impl
 

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

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

Uses of Occurances in org.apache.hivemind.parse
 

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

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