KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > ejb3 > EjbLinkResolver


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.ejb3;
8
9 /**
10  * Comment
11  *
12  * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>
13  * @version $Revision: 1.1.2.1 $
14  */

15 public interface EjbLinkResolver
16 {
17    String JavaDoc getEjbJndiName(String JavaDoc ejbLink, Class JavaDoc businessInterface);
18 }
19
Popular Tags