|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractServiceModelImpl | |
---|---|
org.apache.hivemind.impl.servicemodel |
Uses of AbstractServiceModelImpl in org.apache.hivemind.impl.servicemodel |
---|
Subclasses of AbstractServiceModelImpl in org.apache.hivemind.impl.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |