Package com.sun.enterprise.connectors.util.ConnectionPoolReconfigHelper

Examples of com.sun.enterprise.connectors.util.ConnectionPoolReconfigHelper.ReconfigAction


        if(ccp == null){
            throw new ConnectorRuntimeException("No pool to reconfigure, original pool object is null");
        }
  logFine("origCcp :\n" + origCcp.toString());
 
  ReconfigAction action = ConnectionPoolReconfigHelper.compare( origCcp, ccp,
      excludedProps );
 
  if ( action == ReconfigAction.UPDATE_MCF_AND_ATTRIBUTES ) {
      logFine( "@@@@ action == " + action);
      updateMCFAndPoolAttributes( ccp );
View Full Code Here

TOP

Related Classes of com.sun.enterprise.connectors.util.ConnectionPoolReconfigHelper.ReconfigAction

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.