EnterpriseBeanBinding

JNDI and Name binding information for an Enterprise Java Bean.



Attributes Summary
jndiName : StringThe JNDI name of an ejb Default to the home name of the bean.
ejbName : StringThe name of the ejb that this binding is for.
moduleBinding :   
enterpriseBean : EnterpriseBean@ A reference to one of the ejbs that has been defined within the deployment descriptor of the same module.
datasource : ResourceRefBindingDeprecated.
resRefBindings : ResourceRefBinding * JNDI name bindings for resource refs declared in this ejb module's deployment descriptor
ejbRefBindings : EjbRefBinding * JNDI name bindings for ejb refs declared in this ejb module's deployment descriptor.
resourceEnvRefBindings : ResourceEnvRefBinding * JNDI name bindings for resource env refs declared in this ejb module's deployment descriptor
cmpConnectionFactory : CMPConnectionFactoryBindingThe connection factory that is used for this entity bean 's container managed persistent state.

Attribute Details

jndiName    -    The JNDI name of an ejb Default to the home name of the bean.
     data type:  String
     default Value:   unspecified



ejbName    -    The name of the ejb that this binding is for. Used post-deployment.
     data type:  String
     default Value:   unspecified



moduleBinding    -     
     data type: 



enterpriseBean    -    A reference to one of the ejbs that has been defined within the deployment descriptor of the same module.
     data type: EnterpriseBean@



datasource    -    Deprecated. No longer used. Use cmpConnectionFactory instead.Captures the jndi name of a CMP connector or datasource that is configured within the WebSphere server environment for enterprise beans which require container managed persistence.For CMP2.0 support, this name must resolve to a CMPConnector resource object.For CMP1.0 support, the jndiName must resolve to a WAS40Datasource.
     data type: ResourceRefBinding



resRefBindings    -    JNDI name bindings for resource refs declared in this ejb module's deployment descriptor
     data type: ResourceRefBinding*



ejbRefBindings    -    JNDI name bindings for ejb refs declared in this ejb module's deployment descriptor.
     data type: EjbRefBinding*



resourceEnvRefBindings    -    JNDI name bindings for resource env refs declared in this ejb module's deployment descriptor
     data type: ResourceEnvRefBinding*



cmpConnectionFactory    -    The connection factory that is used for this entity bean 's container managed persistent state.
     data type: CMPConnectionFactoryBinding


Copyright IBM Corp. 1996-2002