Package nexj.core.rpc.ra

Examples of nexj.core.rpc.ra.GenericConsumerConfig


    * @param adapter The resource adapter.
    * @return The consumer config.
    */
   protected static GenericConsumerConfig createConfig(GenericResourceAdapter adapter) throws ResourceException
   {
      GenericConsumerConfig config = new GenericConsumerConfig();

      config.setResourceAdapter(adapter);
      config.setMaxPoolSize(-1);

      return config;
   }
View Full Code Here

TOP

Related Classes of nexj.core.rpc.ra.GenericConsumerConfig

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.