|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaEEComponent
A JavaEE component (could be EJB container, client container etc) EE 2.2
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. |
Method Detail |
---|
String createObjectName(String ejbName)
ejbLink
-
String createObjectName(String unitName, String ejbName)
unitName
- ejbName
-
JavaEEModule getModule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |