Examples of lookupLink()


Examples of javax.naming.InitialContext.lookupLink()

          }
        }

        public Object lookupLink(String name) {
          try {
            return namingContext.lookupLink(name);
          } catch (NamingException nce) {
            throw new RuntimeException("Can't delegate naming context operation", nce);
          }
        }
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.