Examples of unregisterJDBCResource()


Examples of com.sun.enterprise.ManagementObjectManager.unregisterJDBCResource()

  runtime.deleteConnectorResource( jndiName );
  runtime.deleteConnectorResource( pmJndiName );
 
        ManagementObjectManager mgr =
                Switch.getSwitch().getManagementObjectManager();
        mgr.unregisterJDBCResource( jndiName );

        //Since 8.1 PE/SE/EE - if no more resource-ref to the pool
        //of this resource exists in this server instance, remove
        //pool from connector runtime
        checkAndDeletePool(jdbcRes);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.