Examples of JNDIData


Examples of org.ow2.easybeans.resolver.JNDIData

                if (messageDestinationList != null) {
                    for (IMessageDestination messageDestination : messageDestinationList) {
                        String messageDestinationName = messageDestination.getName();
                        String mappedName = messageDestination.getMappedName();
                        if (mappedName != null) {
                            EZBJNDIData jndiData = new JNDIData(mappedName);
                            this.containerJNDIResolver.addMessageDestinationJNDIName(messageDestinationName, jndiData);
                        } else {
                            this.logger.warn("Found a message-destination with name ''{0}'' without mapped name",
                                    messageDestinationName);
                        }
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.