Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.hivemind.impl.servicemodel

Implementations of interfaces defined in the org.apache.commons.hivemind package.

See:
          Description

Interface Summary
Simple  
SingletonInnerProxy Interface implemented by the inner proxies used with the SingletonServiceModel.
 

Class Summary
AbstractServiceModelImpl Base class for implementing org.apache.hivemind.internal.ServiceModel.
Counter  
PooledServiceModel Similar to the threaded service model, except that, once created, services are pooled for later use.
PooledServiceModelFactory  
PrimitiveServiceModel Implementation of org.apache.hivemind.internal.ServiceModel for the primitive services (that do not include the standard deferred instantiation proxy).
PrimitiveServiceModelFactory  
RegistryShutdownBean  
ServiceModelMessages Messages for the impl.servicemodel package.
SimpleImpl  
SingletonServiceModel Subclass of AbstractServiceModelImpl which supports creation of a singleton service proxy (deferring the actual construction of the service until absolutely necessary).
SingletonServiceModelFactory  
TestRegistryShutdownListenerServices  
ThreadedServiceModel Like SingletonServiceModel, this method returns a proxy (implementing the service interface); unlike SingletonServiceModel, it always returns the proxy.
ThreadedServiceModelFactory  
 

Package org.apache.hivemind.impl.servicemodel Description

Implementations of interfaces defined in the org.apache.commons.hivemind package. In addition, the org.apache.hivemind.impl.RegistryBuilder is here.