Package org.apache.openejb.core.ivm.naming.openejb

Examples of org.apache.openejb.core.ivm.naming.openejb.BusinessLocalBeanReference


        try {
            if (cdi.isLocalbean()) {
                Class beanClass = deployment.getBeanClass();

                DeploymentInfo.BusinessLocalBeanHome home = deployment.getBusinessLocalBeanHome();
                BusinessLocalBeanReference ref = new BusinessLocalBeanReference(home);

                optionalBind(bindings, ref, "openejb/Deployment/" + format(deployment.getDeploymentID(), beanClass.getName(), InterfaceType.LOCALBEAN));

                String internalName = "openejb/Deployment/" + format(deployment.getDeploymentID(), beanClass.getName(), InterfaceType.BUSINESS_LOCALBEAN_HOME);
                bind(internalName, ref, bindings, beanInfo, beanClass);
View Full Code Here

TOP

Related Classes of org.apache.openejb.core.ivm.naming.openejb.BusinessLocalBeanReference

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.