| Package | Description |
|---|---|
| org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
| org.apache.hivemind.impl.servicemodel | |
| org.apache.hivemind.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ServicePointImpl
Abstract implementation of
ServicePoint. |
| Modifier and Type | Method and Description |
|---|---|
ConstructableServicePoint |
AbstractServiceModelImpl.getServicePoint() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel |
PooledServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint) |
ServiceModel |
PrimitiveServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint) |
ServiceModel |
SingletonServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint) |
ServiceModel |
ThreadedServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint) |
| Constructor and Description |
|---|
AbstractServiceModelImpl(ConstructableServicePoint servicePoint) |
PooledServiceModel(ConstructableServicePoint servicePoint) |
PrimitiveServiceModel(ConstructableServicePoint servicePoint) |
SingletonServiceModel(ConstructableServicePoint servicePoint) |
ThreadedServiceModel(ConstructableServicePoint servicePoint) |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel |
ServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint) |