- ObjectInstanceObjectProvider - Class in org.apache.hivemind.service.impl
-
Implementation of
ObjectProvider
that instantiates a new
instance of a class.
- ObjectInstanceObjectProvider() - Constructor for class org.apache.hivemind.service.impl.ObjectInstanceObjectProvider
-
- ObjectProvider - Interface in org.apache.hivemind.service
-
A service which can provide an object value for the indirect
translator.
- ObjectTranslator - Class in org.apache.hivemind.service.impl
-
Implementation of the indirect translator.
- ObjectTranslator() - Constructor for class org.apache.hivemind.service.impl.ObjectTranslator
-
- Occurances - Class in org.apache.hivemind
-
Identifies the number of contributions allowed to a configuration extension point.
- ONE_PLUS - Static variable in class org.apache.hivemind.Occurances
-
At least one is required.
- OPTIONAL - Static variable in class org.apache.hivemind.Occurances
-
Optional, may be zero or one, but not more.
- Orderable - Interface in org.apache.hivemind
-
Interface typically used by configuration items that wish to be ordered.
- Orderer - Class in org.apache.hivemind.order
-
Used to order objects into an "execution" order.
- Orderer(ErrorHandler, String) - Constructor for class org.apache.hivemind.order.Orderer
-
Creates an instance using org.apache.hivemind.order.Orderer
as the Log.
- Orderer(Log, ErrorHandler, String) - Constructor for class org.apache.hivemind.order.Orderer
-
Creates a new instance, but directs all debug and error logging output to the provided log.
- Orderer(ErrorLog, String) - Constructor for class org.apache.hivemind.order.Orderer
-
Creates a new instance.
- OrEvaluator - Class in org.apache.hivemind.conditional
-
Or operation, returns true if either left or right Node evaluates to true.
- OrEvaluator() - Constructor for class org.apache.hivemind.conditional.OrEvaluator
-
- org.apache.hivemind - package org.apache.hivemind
-
The main HiveMind package.
- org.apache.hivemind.ant - package org.apache.hivemind.ant
-
Ant tasks to support HiveMind.
- org.apache.hivemind.conditional - package org.apache.hivemind.conditional
-
Classes and interfaces used in the implementation of conditional contributions.
- org.apache.hivemind.events - package org.apache.hivemind.events
-
- org.apache.hivemind.impl - package org.apache.hivemind.impl
-
Implementations of interfaces defined in the org.apache.commons.hivemind package.
- org.apache.hivemind.impl.servicemodel - package org.apache.hivemind.impl.servicemodel
-
- org.apache.hivemind.internal - package org.apache.hivemind.internal
-
- org.apache.hivemind.internal.ser - package org.apache.hivemind.internal.ser
-
Serialization of services.
- org.apache.hivemind.methodmatch - package org.apache.hivemind.methodmatch
-
- org.apache.hivemind.order - package org.apache.hivemind.order
-
Classes and interfaces for ordering objects based on dependencies.
- org.apache.hivemind.parse - package org.apache.hivemind.parse
-
Classes used to parse HiveMind module deployment descriptors, and descriptor objects
that represent the parsed information.
- org.apache.hivemind.schema - package org.apache.hivemind.schema
-
Interfaces defining
Schema
support (used to process
extension point contributions and service parameters).
- org.apache.hivemind.schema.impl - package org.apache.hivemind.schema.impl
-
Implementations of schema-related intefaces defined in package
org.apache.hivemind.schema.
- org.apache.hivemind.schema.rules - package org.apache.hivemind.schema.rules
-
- org.apache.hivemind.service - package org.apache.hivemind.service
-
Definitions of services provided by the hivemind
module.
- org.apache.hivemind.service.impl - package org.apache.hivemind.service.impl
-
Implementations of services provided by the hivemind
module.
- org.apache.hivemind.servlet - package org.apache.hivemind.servlet
-
Classes to support use of HiveMind within servlet applications.
- org.apache.hivemind.test - package org.apache.hivemind.test
-
Base classes and utilities to support unit tests involving HiveMind.
- org.apache.hivemind.util - package org.apache.hivemind.util
-
Implementations of
Resource
and related utilities.