Examples of unbindObjects()


Examples of com.sun.enterprise.NamingManager.unbindObjects()

        super.stop();
        try {
            Switch sw = Switch.getSwitch();
            NamingManager namingMgr = sw.getNamingManager();
            if (namingMgr != null) {
                namingMgr.unbindObjects((WebBundleDescriptor)
                    webBundleDescriptor);
            }
        } catch (NamingException ex) {
            logger.log(Level.WARNING, context.getName() +
                " failed to unbind namespace");
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.