| Interfaces | |
|---|---|
| Simple | No description provided. |
| SingletonInnerProxy | Interface implemented by the inner proxies used with the SingletonServiceModel . |
| Classes | |
|---|---|
| AbstractServiceModelImpl | Base class for implementing ServiceModel . |
| Counter | No description provided. |
| PooledServiceModel | Similar to the threaded service model , except that, once created, services are pooled for later use. |
| PooledServiceModelFactory | No description provided. |
| PrimitiveServiceModel | Implementation of ServiceModel for the primitive services (that do not include the standard deferred instantiation proxy). |
| PrimitiveServiceModelFactory | No description provided. |
| RegistryShutdownBean | No description provided. |
| SimpleImpl | No description provided. |
| SingletonServiceModel | Subclass of AbstractServiceModelImpl which supports creation of a singleton service proxy (deferring the actual construction of the service until absolutely necessary). |
| SingletonServiceModelFactory | No description provided. |
| ThreadedServiceModel | Like SingletonServiceModel , this method returns a proxy (implementing the service interface); unlike SingletonServiceModel, it always returns the proxy. |
| ThreadedServiceModelFactory | No description provided. |