|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_ejb.genic.GenIC
This class allows to generate:
| Constructor Summary | |
GenIC(DeploymentDesc ejbJarDesc,
GenICParameters gp)
GenIC Constructor: generates the container classes sources of each beans |
|
| Method Summary | |
void |
addClassesInJar()
Add the generated classes in the given ejb-jar file. |
void |
clean()
Clean the intermediate generated files. |
void |
compilClasses(java.lang.String classpath)
Compiles the java sources generated by the constructor I.e. |
protected java.lang.String |
convertName(java.lang.String name)
Convert a name from any format in Jar filename format |
static void |
main(java.lang.String[] args)
GenIC allows to generate the container classes for JOnAS for the given Enterprise Java Beans. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenIC(DeploymentDesc ejbJarDesc,
GenICParameters gp)
throws GenICException
ejbJarDesc - deployment descriptors of the beansgp - GenIC parameters
GenICException - In error case| Method Detail |
public static void main(java.lang.String[] args)
Usage: java org.objectweb.jonas_ejb.genic.GenIC -help
to print this help message
or java org.objectweb.jonas_ejb.genic.GenIC
Options include:
Input_File file name of the standard deployment descriptor (.xml ended),
or file name of the EJB-jar (.jar ended).
to generate the container classes for the given EJBs.
args - arguments for GenIC
public void compilClasses(java.lang.String classpath)
throws GenICException
classpath - classpath value
GenICException - In error case
public void addClassesInJar()
throws GenICException
GenICException - if the classes cannot be added in the jar fileprotected java.lang.String convertName(java.lang.String name)
name - filename to be converted
public void clean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||