Package org.jboss.jca.core.connectionmanager.pool.strategy

Examples of org.jboss.jca.core.connectionmanager.pool.strategy.ReauthPool


         case ONE_POOL:
            return new OnePool(mcf, pc, noTxSeparatePools);

         case REAUTH:
            return new ReauthPool(mcf, pc, noTxSeparatePools);
      }

      throw new IllegalArgumentException("Unknown strategy " + strategy);
   }
View Full Code Here

TOP

Related Classes of org.jboss.jca.core.connectionmanager.pool.strategy.ReauthPool

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.