Class GlobalServicePoolTargetResolver

  • All Implemented Interfaces:
    ITargetResolver

    public class GlobalServicePoolTargetResolver
    extends java.lang.Object
    implements ITargetResolver
    The service pool target resolver is the client side of a global pool manager. It has the purpose the direct the call to a suitable service worker from the queue of workers. The resolver is used by a) the RemoteMethodInvocationHandler in case of RMI calls b) the IntelligentProxyInterceptor in case of local calls The ITargetResolver.TARGETRESOLVER constant is used by both to determine the redirection target.