|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.javaee.AbstractJavaEEComponent
public abstract class AbstractJavaEEComponent
Comment
Constructor Summary | |
---|---|
protected |
AbstractJavaEEComponent(JavaEEModule module)
|
Method Summary | |
---|---|
String |
createObjectName(String ejbName)
Create an object name for the given EJB name in the same JavaEE module. |
String |
createObjectName(String unitName,
String ejbName)
Create an object name for the given EJB name in another JavaEE module. |
JavaEEModule |
getModule()
Returns the module of which this component is a part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractJavaEEComponent(JavaEEModule module)
Method Detail |
---|
public String createObjectName(String ejbName)
JavaEEComponent
createObjectName
in interface JavaEEComponent
public String createObjectName(String unitName, String ejbName)
JavaEEComponent
createObjectName
in interface JavaEEComponent
public JavaEEModule getModule()
JavaEEComponent
getModule
in interface JavaEEComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |