org.jboss.ejb3.javaee
Class JavaEEComponentHelper
java.lang.Object
org.jboss.ejb3.javaee.JavaEEComponentHelper
public class JavaEEComponentHelper
- extends Object
Comment
- Version:
- $Revision: 72001 $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaEEComponentHelper
public JavaEEComponentHelper()
createObjectName
public static String createObjectName(JavaEEModule module,
String ejbName)
- Create an object name refering to the enterprise bean in this module.
- Parameters:
module
- ejbName
-
- Returns:
createObjectName
public static String createObjectName(JavaEEModule module,
String unitName,
String ejbName)
- Create an object name refering the enterprise bean in another module.
If the module name is not known, it will create an object name pattern.
- Parameters:
module
- this moduleunitName
- the name of the other module or null if not knownejbName
- the name of the enterprise bean
- Returns:
- the canonical object name
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.