|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceModel | |
---|---|
org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
org.apache.hivemind.impl.servicemodel | |
org.apache.hivemind.internal |
Uses of ServiceModel in org.apache.hivemind.impl |
---|
Methods in org.apache.hivemind.impl with parameters of type ServiceModel | |
---|---|
static java.lang.Object |
ProxyUtils.createDelegatingProxy(java.lang.String type,
ServiceModel serviceModel,
java.lang.String delegationMethodName,
ServicePoint servicePoint)
Creates a class that implements the service interface. |
Uses of ServiceModel in org.apache.hivemind.impl.servicemodel |
---|
Classes in org.apache.hivemind.impl.servicemodel that implement ServiceModel | |
---|---|
class |
AbstractServiceModelImpl
Base class for implementing ServiceModel . |
class |
PooledServiceModel
Similar to the threaded service model ,
except that, once created, services are pooled for later use. |
class |
PrimitiveServiceModel
Implementation of ServiceModel for the primitive services
(that do not include the standard deferred instantiation proxy). |
class |
SingletonServiceModel
Subclass of AbstractServiceModelImpl which supports
creation of a singleton service proxy (deferring the actual construction of the service until
absolutely necessary). |
class |
ThreadedServiceModel
Like SingletonServiceModel , this method returns a
proxy (implementing the service interface); unlike SingletonServiceModel, it always
returns the proxy. |
Methods in org.apache.hivemind.impl.servicemodel that return ServiceModel | |
---|---|
ServiceModel |
ThreadedServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint)
|
ServiceModel |
SingletonServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint)
|
ServiceModel |
PrimitiveServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint)
|
ServiceModel |
PooledServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint)
|
Uses of ServiceModel in org.apache.hivemind.internal |
---|
Methods in org.apache.hivemind.internal that return ServiceModel | |
---|---|
ServiceModel |
ServiceModelFactory.createServiceModelForService(ConstructableServicePoint servicePoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |