|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ejb.genic.BeanSources
This class allows to generate the sources of: the class that implements the Enterprise bean's remote interface, the class that implements the Enterprise bean's home interface, the class that implements the Enterprise bean's local interface, the class that implements the Enterprise bean's localhome interface, the class of the Entity Handle in case of entity, and the extended class of the Bean for persistence in case of entity with CMP, of a given Enterprise Java Bean.
Constructor Summary | |
BeanSources(BeanDesc beanDesc,
java.lang.String dirOutputName)
GenIC Constructor |
|
BeanSources(BeanDesc beanDesc,
java.lang.String dirOutputName,
org.objectweb.jorm.metainfo.api.Manager manager)
GenIC Constructor |
Method Summary | |
void |
generate()
Generates the java sources |
java.lang.String |
getEjbName()
|
java.util.Collection |
getNoRemoteJavas()
|
java.lang.String |
getWrpHomeClassName()
|
java.lang.String |
getWrpHomeClusterConfFileName()
|
java.lang.String |
getWrpHomeFileName()
|
java.lang.String |
getWrpRemoteClassName()
|
java.lang.String |
getWrpRemoteFileName()
|
java.lang.String |
getWrpServiceEndpointClassName()
|
java.lang.String |
getWrpServiceEndpointFileName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanSources(BeanDesc beanDesc, java.lang.String dirOutputName, org.objectweb.jorm.metainfo.api.Manager manager) throws GenICException
beanDesc
- deployment descriptor of the beandirOutputName
- path of the directory where to place the generated
files (empty string "" if the output directory is the current
directory)manager
- JORM meta_info manager
GenICException
- In error casepublic BeanSources(BeanDesc beanDesc, java.lang.String dirOutputName) throws GenICException
beanDesc
- deployment descriptor of the beandirOutputName
- path of the directory where to place the generated
files (empty string "" if the output directory is the current
directory)
GenICException
- In error caseMethod Detail |
public void generate() throws GenICException
GenICException
- in error casepublic java.lang.String getEjbName()
public java.lang.String getWrpHomeFileName()
public java.lang.String getWrpHomeClusterConfFileName()
public java.lang.String getWrpRemoteFileName()
public java.lang.String getWrpRemoteClassName()
public java.lang.String getWrpServiceEndpointFileName()
public java.lang.String getWrpServiceEndpointClassName()
public java.lang.String getWrpHomeClassName()
public java.util.Collection getNoRemoteJavas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |