Package org.jboss.invocation.jrmp.interfaces

Examples of org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA


      String familyName = proxyFamilyName;
      if (familyName == null)
         familyName= target.getAssociatedPartition().getPartitionName() + "/" + beanName;

      JRMPInvokerProxyHA proxy = new JRMPInvokerProxyHA(target.getReplicants(),
                                                        policy,
                                                        familyName,
                                                        target.getCurrentViewId ());
      return proxy;
   }
View Full Code Here


   }
  
   protected Invoker createProxy(ArrayList targets, LoadBalancePolicy policy,
         String proxyFamilyName, long viewId)
   {
      return new JRMPInvokerProxyHA(targets, policy, proxyFamilyName, viewId);
   }  
View Full Code Here

TOP

Related Classes of org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA

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.