Examples of locateComponent()


Examples of org.apache.geronimo.j2ee.deployment.RefContext.locateComponent()

                            ObjectName cssBean;
                            if (remoteRef.isSetCssName()) {
                                cssBean = ObjectName.getInstance(getStringValue(remoteRef.getCssName()));
                            } else if (remoteRef.isSetCssLink()) {
                                String cssLink = remoteRef.getCssLink().trim();
                                cssBean = refContext.locateComponent(cssLink, NameFactory.CORBA_CSS, j2eeContext, earContext, "css gbean");
                            } else {
                                GerCssType css = remoteRef.getCss();
                                cssBean = NameFactory.getComponentName(getStringValue(css.getDomain()),
                                    getStringValue(css.getServer()),
                                    getStringValue(css.getApplication()),
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.