Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@627 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 20, 2008
1 parent 4827a61 commit 1dd6b7b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -91,6 +91,11 @@ public interface EjbDescriptor<T>
*/
public String getEjbName();

/**
* @return The JNDI string which can be used to lookup a proxy which
* implements all local business interfaces
*
*/
public String getLocalJndiName();

}

0 comments on commit 1dd6b7b

Please sign in to comment.