| |
|
| org.ow2.easybeans.ant.archive.AbsArchive org.ow2.easybeans.ant.archive.Ejb
Ejb | public class Ejb extends AbsArchive (Code) | | Task that creates an EJB jar archive (.jar file or .jar directory).
author: Florent Benoit |
Constructor Summary | |
public | Ejb() Default constructor. |
Method Summary | |
public void | execute() Execute the task by using either exploded or file mode. | public void | setPersistenceDD(File persistenceDD) Sets the reference to the persistence deployment descriptor. |
Ejb | public Ejb()(Code) | | Default constructor.
|
execute | public void execute()(Code) | | Execute the task by using either exploded or file mode.
|
setPersistenceDD | public void setPersistenceDD(File persistenceDD)(Code) | | Sets the reference to the persistence deployment descriptor.
Parameters: persistenceDD - the given persistence deployment descriptor. |
|
|
|