| java.lang.Object org.objectweb.jonas_ejb.genic.Source
Source | class Source (Code) | | This class allows to generate the source 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, or the extended
class of the Bean for persistence in case of entity with CMP, via a Velocity
template of the given Enterprise Java Bean.
author: Helene Joanin : Initial developer |
CLUSTER_DISABLED | final static String CLUSTER_DISABLED(Code) | | Disabled the clustering for this bean
|
CLUSTER_HOME | final static int CLUSTER_HOME(Code) | | cluster home source
|
CLUSTER_HOME_ENTITY | final static int CLUSTER_HOME_ENTITY(Code) | | cluster home source for Entity Fail Over
|
CLUSTER_HOME_SFSB | final static int CLUSTER_HOME_SFSB(Code) | | cluster home source for SFSB Fail Over
|
CLUSTER_REMOTE | final static int CLUSTER_REMOTE(Code) | | cluster remote source
|
CLUSTER_REMOTE_ENTITY | final static int CLUSTER_REMOTE_ENTITY(Code) | | cluster remote source for Entity Fail Over
|
CLUSTER_REMOTE_SFSB | final static int CLUSTER_REMOTE_SFSB(Code) | | cluster remote source for SFSB Fail Over
|
ENTITY_CMP_JDBC | final static int ENTITY_CMP_JDBC(Code) | | CMP1 or CMP2 entity bean source
|
ENTITY_HANDLE | final static int ENTITY_HANDLE(Code) | | entity handle source
|
HOME | final static int HOME(Code) | | home source
|
ITF_COH_CMP2_ENTITY | final static int ITF_COH_CMP2_ENTITY(Code) | | interface coherence source for CMP2 entity
|
LOCAL | final static int LOCAL(Code) | | local source
|
LOCAL_HOME | final static int LOCAL_HOME(Code) | | local home source
|
REMOTE | final static int REMOTE(Code) | | remote source
|
SERVICE_ENDPOINT | final static int SERVICE_ENDPOINT(Code) | | service endpoint source
|
SERVICE_ENDPOINT_HOME | final static int SERVICE_ENDPOINT_HOME(Code) | | service endpoint home source
|
Source | Source(BeanDesc beanDesc, String fileName, int type, VelocityEngine ve) throws GenICException(Code) | | Source Constructor
Parameters: beanDesc - deployment descriptor of the bean Parameters: fileName - name of the source file to generate Parameters: type - source's type (HOME, LOCAL_HOME, REMOTE, ...) Parameters: ve - Velocity engine to use exception: GenICException - In error case |
|
|