1 /*2 * JBoss, the OpenSource J2EE webOS3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 package org.jboss.ejb3;8 9 /**10 * Comment11 *12 * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>13 * @version $Revision: 1.1.2.1 $14 */15 public interface EjbLinkResolver16 {17 String getEjbJndiName(String ejbLink, Class businessInterface);18 }19