Package org.jboss.invocation.unified.interfaces

Examples of org.jboss.invocation.unified.interfaces.UnifiedInvokerHAProxy


  
   protected Invoker createProxy(boolean isStrictRMIException,
         List<?> targets, LoadBalancePolicy policy,
         String proxyFamilyName, long viewId)
   {
      return new UnifiedInvokerHAProxy(getInvoker().getLocator(), isStrictRMIException,
            targets, policy, proxyFamilyName, viewId);
   }
View Full Code Here


  
   protected Invoker createProxy(boolean isStrictRMIException,
         ArrayList targets, LoadBalancePolicy policy,
         String proxyFamilyName, long viewId)
   {
      return new UnifiedInvokerHAProxy(getInvoker().getLocator(), isStrictRMIException,
            targets, policy, proxyFamilyName, viewId);
   }
View Full Code Here

TOP

Related Classes of org.jboss.invocation.unified.interfaces.UnifiedInvokerHAProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.