| java.lang.Object org.objectweb.jonas_ejb.genic.BeanSources
BeanSources | public class BeanSources (Code) | | 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.
author: Helene Joanin : Initial developer author: Philippe Durieux author: Sebastien Chassande |
BeanSources | public BeanSources(BeanDesc beanDesc, GenICParameters gp, VelocityEngine ve, JormCompiler jormCompiler) throws GenICException(Code) | | BeanSources Constructor for entity bean with CMP2
Parameters: beanDesc - deployment descriptor of the bean Parameters: gp - GenIC parameters Parameters: ve - the Velocity engine Parameters: jormCompiler - the JROM compiler exception: GenICException - In error case |
BeanSources | public BeanSources(BeanDesc beanDesc, GenICParameters gp, VelocityEngine ve) throws GenICException(Code) | | BeanSources Constructor for bean that is not a entity with CMP2
Parameters: beanDesc - deployment descriptor of the bean Parameters: gp - @param gp GenIC parameters Parameters: ve - the Velocity engine exception: GenICException - In error case |
getEjbName | public String getEjbName()(Code) | | Return the bean's name |
getNoRemoteJavas | public Collection getNoRemoteJavas()(Code) | | Returns the list of the sources that are not Remote |
getWrpHomeClassName | public String getWrpHomeClassName()(Code) | | Return the class name of the generated source for the Home(package included) |
getWrpHomeClusterFileName | public String getWrpHomeClusterFileName()(Code) | | Return the file name of the cluster configuration for the Home(null if none) |
getWrpHomeFileName | public String getWrpHomeFileName()(Code) | | Return the file name of the generated source for the Home (nullif none) |
getWrpRemoteClassName | public String getWrpRemoteClassName()(Code) | | Return the class name of the generated source for the Remote(package included) |
getWrpRemoteClusterFileName | public String getWrpRemoteClusterFileName()(Code) | | Return the file name of the cluster configuration for the Remote(null if none) |
getWrpRemoteFileName | public String getWrpRemoteFileName()(Code) | | Return the file name of the generated source for the Remote (nullif none) |
getWrpSEHomeFileName | public String getWrpSEHomeFileName()(Code) | | Return the file name of the generated source for theServiceEndpointHome (null if none) |
getWrpServiceEndpointClassName | public String getWrpServiceEndpointClassName()(Code) | | Return the class name of the generated source for theServiceEndpoint (package included) |
getWrpServiceEndpointFileName | public String getWrpServiceEndpointFileName()(Code) | | Return the file name of the generated source for theServiceEndpoint (null if none) |
|
|