Package com.sun.corba.ee.spi.extension

Examples of com.sun.corba.ee.spi.extension.LoadBalancingPolicy


      policies.add(new CopyObjectPolicy(PASS_BY_REFERENCE_ID));
  }

        // Set per-request-load-balancing policy on ejb object references
        if( !home && extraDesc.hasPerRequestLoadBalancing() ) {
            policies.add( new LoadBalancingPolicy(ORBConstants.PER_REQUEST_LOAD_BALANCING));
            logger.log(Level.FINE, "Setting per-request-load-balancing policy " +
                       "for Ejb " + ejbDescriptor.getName());
        }

View Full Code Here

TOP

Related Classes of com.sun.corba.ee.spi.extension.LoadBalancingPolicy

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.