Uses of Interface
org.apache.hivemind.definition.ImplementationDefinition

Packages that use ImplementationDefinition
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
 

Uses of ImplementationDefinition in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that return ImplementationDefinition
 ImplementationDefinition ServicePointDefinition.getDefaultImplementation()
           
 

Methods in org.apache.hivemind.definition with parameters of type ImplementationDefinition
 void ServicePointDefinition.addImplementation(ImplementationDefinition implementation)
          Adds an implementation definition to the service point.
 

Uses of ImplementationDefinition in org.apache.hivemind.definition.impl
 

Classes in org.apache.hivemind.definition.impl that implement ImplementationDefinition
 class ImplementationDefinitionImpl
          Default implementation of ImplementationDefinition.
 

Methods in org.apache.hivemind.definition.impl that return ImplementationDefinition
 ImplementationDefinition ModuleDefinitionHelper.addServiceImplementation(ServicePointDefinition servicePoint, ImplementationConstructor constructor, java.lang.String serviceModel)
           
 ImplementationDefinition ModuleDefinitionHelper.addSimpleServiceImplementation(ServicePointDefinition servicePoint, java.lang.String serviceImplementationClass, java.lang.String serviceModel)
           
 ImplementationDefinition ServicePointDefinitionImpl.getDefaultImplementation()
           
 

Methods in org.apache.hivemind.definition.impl with parameters of type ImplementationDefinition
 void ServicePointDefinitionImpl.addImplementation(ImplementationDefinition implementation)
           
 void ModuleDefinitionImpl.addImplementation(java.lang.String qualifiedServicePointId, ImplementationDefinition implementation)
          Adds a implementation for a service point which can be defined in this module or another module.
 

Uses of ImplementationDefinition in org.apache.hivemind.impl
 

Methods in org.apache.hivemind.impl that return ImplementationDefinition
 ImplementationDefinition ServicePointImpl.getImplementationDefinition()
           
 ImplementationDefinition ConstructableServicePoint.getImplementationDefinition()
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.