|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJEjbEJB
Acts as an implementation of @EJB annotation.
| Method Summary | |
|---|---|
String |
getBeanInterface()
|
String |
getBeanName()
|
String |
getLookup()
|
String |
getMappedName()
|
String |
getName()
|
void |
setBeanInterface(String beanInterface)
Sets the business or home Interface. |
void |
setBeanName(String beanName)
Sets bean name (Name of stateless, stateful, etc. |
void |
setLookup(String lookup)
Sets lookup the lookup Name. |
void |
setMappedName(String mappedName)
Sets mapped Name. |
void |
setName(String name)
Sets Name (resource to be looked up). |
| Method Detail |
|---|
String getName()
void setName(String name)
name - the given name.String getBeanName()
void setBeanName(String beanName)
beanName - the given name.String getBeanInterface()
void setBeanInterface(String beanInterface)
beanInterface - the given interface.String getMappedName()
void setMappedName(String mappedName)
mappedName - the given mappedName.String getLookup()
void setLookup(String lookup)
lookup - the given lookup.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||