Library:Apache Jakarta HiveMind
Version:1.1.1
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta HiveMind.
NamePackageDescription
Adderorg.apache.hivemind.internal.serNo description provided.
AnnotationHolderorg.apache.hivemind.parseAny Descriptor object which can be annotated with a description implements this interface.
Attributeorg.apache.hivemindAn attribute that may be attached to a Element .
AttributeModelorg.apache.hivemind.schemaPart of a Schema , used to specify an attribute allowed within an ElementModel .
BeanFactoryorg.apache.hivemind.libService interface for a source of beans of a particular type.
BeanInterfaceorg.apache.hivemind.service.implNo description provided.
BeanSubInterfaceorg.apache.hivemind.service.implNo description provided.
Calculatororg.apache.hivemind.managementTest Target for JMX
ChainBuilderorg.apache.hivemind.lib.chainService interface for hivemind.lib.ChainBuilder, a service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the "commands").
ChainInterfaceorg.apache.hivemind.lib.chainUsed to test ChainBuilderImpl .
ClassFaborg.apache.hivemind.serviceUsed when fabricating a new class.
ClassFactoryorg.apache.hivemind.serviceService used when dynamically creating new classes.
ClassResolverorg.apache.hivemindAn object which is used to resolve classes and class-path resources.
ConfigurationPointorg.apache.hivemind.internalAn extension point that provides configuration data in the form of a list of elements.
ConstructableServicePointorg.apache.hivemind.impl"Private" interface used by a ServiceModel s to access non- information about a ServicePoint , such as its instance builder and interceptors.
Contributionorg.apache.hivemind.internalAn Contribution is a contribution to an ConfigurationPoint .
DefaultImplementationBuilderorg.apache.hivemind.libBuilds a default implementation of an interface.
Discardableorg.apache.hivemindImplemented by a core service implementationsthat require notification when they are discarded.
Elementorg.apache.hivemindSimplified read-only thread safe DOM.
ElementModelorg.apache.hivemind.schemaIdentifies an element that may occur within some schema.
ErrorHandlerorg.apache.hivemindInterface for handling recoverable errors.
ErrorLogorg.apache.hivemindA wrapper around ErrorHandler and Log for the most common case: reporting recoverable errors.
EvaluationContextorg.apache.hivemind.conditionalProvides context when evaluating an AST of Node s.
Evaluatororg.apache.hivemind.conditionalAn evaluator is paired with a Node .
EventLinkerorg.apache.hivemind.serviceService used to link two other services together using event notifications.
ExtensionPointorg.apache.hivemind.internalBase interface for service and configuration extension points.
ExtraFilterMethodorg.apache.hivemind.lib.pipelineNo description provided.
ExtraServiceMethodorg.apache.hivemind.lib.pipelineNo description provided.
FortuneCookieorg.apache.hivemind.lib.implNo description provided.
InstanceBuilderorg.apache.hivemind.parseInterface for an object that can construct the core implementation for a service.
InterceptorStackorg.apache.hivemindUsed when constructing an interceptor stack around a service implementation instance.
InterfaceFaborg.apache.hivemind.serviceA cousin to ClassFab used to create new interfaces.
InterfaceSynthesizerorg.apache.hivemind.serviceCreates a synthetic interface based on the provided class.
Locatableorg.apache.hivemindInterface for classes that may be linked to a specific location .
Locationorg.apache.hivemindRepresents a location within a resource; this is universally used to support error reporting, by relating run-time objects back to specific locations wtihin specific resources.
LocationHolderorg.apache.hivemindCommon interface for objects that can hold a location, typically, the location within a Resource from which the object was created.
LogManagementorg.apache.hivemind.management.log4jInterface of the LogManagementMBean service This is not the mbean management interface.
MBeanRegistryorg.apache.hivemind.managementService that registers MBeans in the an MBeanServer.
MessageFinderorg.apache.hivemind.internalAn abstraction around the ResourceBundler-style property names and localized messages.
Messagesorg.apache.hivemindA set of localized message strings.
MethodFaborg.apache.hivemind.serviceRepresents a created method on a class; used to add catch handlers.
MiddleFilterorg.apache.hivemind.lib.pipelineNo description provided.
MiddleServiceorg.apache.hivemind.lib.pipelineNo description provided.
Moduleorg.apache.hivemind.internalThe definition of a HiveMind Module.
ModuleDescriptorProviderorg.apache.hivemindModuleDescriptorProviders are used by the RegistryBuilder (see addModuleDescriptorProvider(ModuleDescriptorProvider) ) to load the ModuleDescriptor objects describing the Modules which will be exposed by the Registry.
NameLookuporg.apache.hivemind.libService interface for performing name lookups.
NamingServiceMBeanorg.apache.hivemind.management.mbeansMBean interface for NamingService
Nastyorg.apache.hivemind.service.implUsed just for testing toString() .
Nodeorg.apache.hivemind.conditionalAn AST node in the tree parsed from the conditional expression.
ObjectNameBuilderorg.apache.hivemind.managementService for naming JMX MBeans Each service that is exported as MBean must have a unique ObjectName This service guarantees that the ObjectNames are built in a consistent manner The concrete naming scheme depends on the implementation of this interface.
ObjectProviderorg.apache.hivemind.serviceA service which can provide an object value for the indirect translator.
Orderableorg.apache.hivemindInterface typically used by configuration items that wish to be ordered.
PerformanceCollectororg.apache.hivemind.management.implInterface for gathering performance data Is used by the performanceMonitor interceptor for communication with the corresponding MBean of type PerformanceMonitorMBean .
PipelineContributionorg.apache.hivemind.lib.pipelineInterface implemented by the configuration objects used to build a pipeline.
PoolManageableorg.apache.hivemindInterface for core service implementations that are managed using the pooled service model.
Registryorg.apache.hivemindThe HiveMind registry; primarily this is used to gain access to services.
RegistryAssemblyorg.apache.hivemind.implInterfaced used during the construction of the Registry .
RegistryInfrastructureorg.apache.hivemind.internalExtension of Registry provided by some internals of HiveMind to faciliate the creation of services and configurations.
RegistryShutdownListenerorg.apache.hivemind.eventsLifecycle interface that may be implemented by objects that need to know when the Registry has shutdown.
RemoteExceptionCoordinatororg.apache.hivemind.libCoordinates propogation of remote events.
RemoteExceptionListenerorg.apache.hivemind.libEvent listener interface for remote exceptions.
Resourceorg.apache.hivemindDescribes the location of a resource, such as a module deployment descriptor, or a messages file.
Ruleorg.apache.hivemind.schemaRules associated with Schema elements.
SampleFilterorg.apache.hivemind.lib.pipelineNo description provided.
SampleServiceorg.apache.hivemind.lib.pipelineNo description provided.
Schemaorg.apache.hivemind.schemaAn object which may contain a model, used to identify the form of XML content allowed within some other, containing element.
SchemaProcessororg.apache.hivemind.schemaObject used when processing the elements contributed in an Contribution .
ServiceImplementationConstructororg.apache.hivemind.internalA contribution to a service extension point that is used to create the core service instance (which may then be enhanced with interceptors).
ServiceImplementationFactoryorg.apache.hivemindInterface for an object that can create a service's core implementation.
ServiceImplementationFactoryParametersorg.apache.hivemindA wrapper for the parameters needed by ServiceImplementationFactory .
ServiceInterceptorContributionorg.apache.hivemind.internalA contribution to a service extension point that creates an interceptor.
ServiceInterceptorFactoryorg.apache.hivemindInterface defining an interceptor factory, an object that can create an interceptor.
ServiceModelorg.apache.hivemind.internalA service model is associated with a ServicePoint to supply rules for the lifecycle of the service.
ServiceModelFactoryorg.apache.hivemind.internalNo description provided.
ServicePointorg.apache.hivemind.internalSub-interface of ExtensionPoint that defines a service extension point.
ServiceSerializationSupportorg.apache.hivemind.internal.serUtility interface used to support serialization of services (really, service proxies).
ShutdownCoordinatororg.apache.hivemindThe coordinator is used by other services to determine when the registry was shutdown.
Simpleorg.apache.hivemind.impl.servicemodelNo description provided.
SingletonInnerProxyorg.apache.hivemind.impl.servicemodelInterface implemented by the inner proxies used with the SingletonServiceModel .
SpringBeanFactoryHolderorg.apache.hivemind.libService which simply holds a bean factory (provided externally).
SpringBeanFactorySourceorg.apache.hivemind.libA service which can acts as a source for a BeanFactory (from which the different kinds of Spring application contexts derive).
StandardFilterorg.apache.hivemind.lib.pipelineNo description provided.
StandardServiceorg.apache.hivemind.lib.pipelineNo description provided.
StrategyRegistryorg.apache.hivemind.lib.utilAn implementation of the strategy pattern.
SymbolSourceorg.apache.hivemindUsed to define an object that can provide a value for a substitution symbol (substitution symbol can appear in HiveMind module deployment descriptors).
ThreadCleanupListenerorg.apache.hivemind.serviceListener interface implemented by classes which need to know when a thread cleanup occurs.
ThreadEventNotifierorg.apache.hivemind.serviceService which acts as a dispatch hub for events about the lifecycle of the current thread.
ThreadLocaleorg.apache.hivemind.serviceThe hivemind.ThreadLocale service is intrinsic to HiveMind; its a threaded service for storing the locale for the current thread (it uses the threaded service).
ThreadLocalStorageorg.apache.hivemind.serviceProvides a service which can temporarily store thread-local data.
ToStringFilterorg.apache.hivemind.lib.pipelineNo description provided.
ToStringServiceorg.apache.hivemind.lib.pipelineNo description provided.
ToStringStrategyorg.apache.hivemind.lib.strategyUsed by TestStrategyFactory .
Translatororg.apache.hivemind.schemaObject which can translate a string into an object value.
Wonkorg.apache.hivemind.lib.implUsed by TestServicePropertyFactory .
WonkSourceorg.apache.hivemind.lib.implUsed by TestServicePropertyFactory .
Workerorg.apache.hivemind.implA service referenced by TestServiceModelThreading .
Search