|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mockejb.BasicEjbDescriptor
org.mockejb.EntityBeanDescriptor
Contains entity bean-specific data used for EJB deployment.
Currently only has isCMP flag.
| Constructor Summary | |
EntityBeanDescriptor(java.lang.String jndiName,
java.lang.Class homeClass,
java.lang.Class ifaceClass,
java.lang.Class beanClass)
Creates a new instance of the descriptor. |
|
| Method Summary | |
boolean |
isCMP()
Returns true if this descriptor is for CMP entity bean, i.e., abstract bean class was passed to the constructor |
| Methods inherited from class org.mockejb.BasicEjbDescriptor |
getBean, getBeanClass, getHomeClass, getIfaceClass, getJndiName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntityBeanDescriptor(java.lang.String jndiName,
java.lang.Class homeClass,
java.lang.Class ifaceClass,
java.lang.Class beanClass)
jndiName - jndiName to bind Home tohomeClass - class of the home interfaceifaceClass - class of the business interface, remote or localbeanClass - class of the implementation class, can be the abstract class
in case of CMP| Method Detail |
public boolean isCMP()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||