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

Quick Search    Search Deep

org.apache.hivemind.impl.servicemodel: Javadoc index of package org.apache.hivemind.impl.servicemodel.


Package Samples:

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

Classes:

ThreadedServiceModel: Like SingletonServiceModel , this method returns a proxy (implementing the service interface); unlike SingletonServiceModel, it always returns the proxy. Invoking a service method on the proxy constructs a service implementation and binds it to the current thread.
SingletonServiceModel: Subclass of AbstractServiceModelImpl which supports creation of a singleton service proxy (deferring the actual construction of the service until absolutely necessary). This is used with the singleton service type, which is the default.
SingletonInnerProxy: Interface implemented by the inner proxies used with the SingletonServiceModel . This allows the service model to force the inner proxy to resolve the service implementation and install it into the outer proxy.
PooledServiceModel: Similar to the threaded service model , except that, once created, services are pooled for later use.
PrimitiveServiceModel: Implementation of org.apache.hivemind.internal.ServiceModel for the primitive services (that do not include the standard deferred instantiation proxy).
AbstractServiceModelImpl: Base class for implementing org.apache.hivemind.internal.ServiceModel .
ServiceModelMessages: Messages for the impl.servicemodel package.
PooledServiceModelFactory
PrimitiveServiceModelFactory
SingletonServiceModelFactory
ThreadedServiceModelFactory
Counter
RegistryShutdownBean
Simple
SimpleImpl
TestRegistryShutdownListenerServices

Home | Contact Us | Privacy Policy | Terms of Service