|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServicePointDefinition | |
---|---|
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. |
org.apache.hivemind.internal |
Uses of ServicePointDefinition in org.apache.hivemind.definition |
---|
Methods in org.apache.hivemind.definition that return ServicePointDefinition | |
---|---|
ServicePointDefinition |
RegistryDefinition.getServicePoint(java.lang.String qualifiedServicePointId)
Returns a service point that is identified by its id. |
ServicePointDefinition |
ModuleDefinition.getServicePoint(java.lang.String id)
Returns a service point that is identified by its id. |
Methods in org.apache.hivemind.definition with parameters of type ServicePointDefinition | |
---|---|
static java.lang.String |
DefinitionMessages.servicePointNotVisible(ServicePointDefinition point,
ModuleDefinition contributingModule)
|
Uses of ServicePointDefinition in org.apache.hivemind.definition.impl |
---|
Classes in org.apache.hivemind.definition.impl that implement ServicePointDefinition | |
---|---|
class |
ServicePointDefinitionImpl
Default implementation of ServicePointDefinition . |
Methods in org.apache.hivemind.definition.impl that return ServicePointDefinition | |
---|---|
ServicePointDefinition |
ModuleDefinitionHelper.addServicePoint(java.lang.String servicePointId,
java.lang.String serviceInterface)
|
ServicePointDefinition |
ModuleDefinitionHelper.addServicePointWithDefaultImplementation(java.lang.String servicePointId,
java.lang.String serviceInterface)
|
ServicePointDefinition |
RegistryDefinitionImpl.getServicePoint(java.lang.String qualifiedServicePointId)
|
ServicePointDefinition |
ModuleDefinitionImpl.getServicePoint(java.lang.String id)
|
Methods in org.apache.hivemind.definition.impl with parameters of type ServicePointDefinition | |
---|---|
ImplementationDefinition |
ModuleDefinitionHelper.addServiceImplementation(ServicePointDefinition servicePoint,
ImplementationConstructor constructor,
java.lang.String serviceModel)
|
void |
ModuleDefinitionImpl.addServicePoint(ServicePointDefinition servicePoint)
Adds a service point definition to the module. |
ImplementationDefinition |
ModuleDefinitionHelper.addSimpleServiceImplementation(ServicePointDefinition servicePoint,
java.lang.String serviceImplementationClass,
java.lang.String serviceModel)
|
Uses of ServicePointDefinition in org.apache.hivemind.impl |
---|
Methods in org.apache.hivemind.impl that return ServicePointDefinition | |
---|---|
ServicePointDefinition |
ServicePointImpl.getServicePointDefinition()
|
Constructors in org.apache.hivemind.impl with parameters of type ServicePointDefinition | |
---|---|
ServicePointImpl(Module module,
ServicePointDefinition definition)
|
Uses of ServicePointDefinition in org.apache.hivemind.internal |
---|
Methods in org.apache.hivemind.internal that return ServicePointDefinition | |
---|---|
ServicePointDefinition |
ServicePoint.getServicePointDefinition()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |