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 org.apache.hivemind.ServicePoint for the
org.apache.hivemind.impl.ServiceModelType#PRIMITIVE service model. |
class |
SingletonServiceModel
Subclass of org.apache.hivemind.impl.AbstractServiceModelImpl
which supports creation of a singleton service proxy (deferring the actual
construction of the service until absolutely necessary). |
class |
ThreadedServiceModel
Like
org.apache.hivemind.impl.SingletonServiceModel ,
this method returns a proxy (implementing the service interface); unlike
SingletonServiceModel, it always returns the proxy. |