Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Occurances |
ConfigurationPointImpl.getExpectedCount() |
Occurances |
ServicePointImpl.getParametersCount() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPointImpl.setExpectedCount(Occurances occurances) |
void |
ServicePointImpl.setParametersCount(Occurances occurances) |
Modifier and Type | Method and Description |
---|---|
Occurances |
ServicePoint.getParametersCount()
Returns the number of parameter object expected; generally this is the default of exactly one (
REQUIRED ). |
Modifier and Type | Method and Description |
---|---|
Occurances |
ConfigurationPointDescriptor.getCount() |
Occurances |
ServicePointDescriptor.getParametersCount() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPointDescriptor.setCount(Occurances occurances) |
void |
ServicePointDescriptor.setParametersCount(Occurances occurances) |