EnterpriseBeanExtension

Enterprise bean extension for WebSphere. These extensions are specific to the WebSphere programming model and provide features over and beyond that of the J2EE specification.

Inherits from type eModelElement and adds the following.

Attributes Summary
runAsSettings : SecurityIdentity * @deprecatedUSED FOR COMPATIBILITY WITH EJB1.
methodSessionAttributes : ContainerActivitySession * Per method container activity session attributes for an enterprise bean.
enterpriseBean : EnterpriseBean@ A reference to an ejb element defined in the deployment descriptor for the same ejb jar.
ejbJarExtension :   
structure : BeanStructureONLY USED FOR COMPATIBILITY WITH EJB1.
beanCache : BeanCacheOptional bean cache settings for the enterprise bean.
internationalization : BeanInternationalization * An optional list of internationalization settings for the enterprise bean.
localTran : LocalTran@deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.
isolationLevelAttributes : IsolationLevelAttributes * Optional list of per-method transaction isolation level attributes which allow EJB1.
resourceRefExtensions : ResourceRefExtension * An optional list of resource ref extensions for any of the resource refs defined for enterprise beans in the deployment descriptor of this ejb module that need to utilize additional websphere features for isolation level and connection management.
localTransaction : LocalTransactionLocal transaction settings for the enterprise bean.

Attribute Details

runAsSettings    -    @deprecatedUSED FOR COMPATIBILITY WITH EJB1.1 WEBSPHERE EXTENSION SUPPORT OF RUN AS. NOT USED FOR EJB2.0A list of security "run as" identities for an EJB1.1 enterprise bean.
     data type: SecurityIdentity*



methodSessionAttributes    -    Per method container activity session attributes for an enterprise bean.
     data type: ContainerActivitySession*



enterpriseBean    -    A reference to an ejb element defined in the deployment descriptor for the same ejb jar.
     data type: EnterpriseBean@



ejbJarExtension    -     
     data type: 



structure    -    ONLY USED FOR COMPATIBILITY WITH EJB1.1 WEBSPHERE EXTENSIONS.Optional bean structure properties for use with CMP (EJB1.1)
     data type: BeanStructure



beanCache    -    Optional bean cache settings for the enterprise bean.
     data type: BeanCache



internationalization    -    An optional list of internationalization settings for the enterprise bean.
     data type: BeanInternationalization*



localTran    -    @deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.0 EXTENSIONS TO EJB1.1. USE THE NEW commonext::LocalTransaction TYPE INSTEAD.These local tran values are now common to both web applications and ejbs. There are now Local Tran types in the commonext package that should be used instead.
     data type: LocalTran



isolationLevelAttributes    -    Optional list of per-method transaction isolation level attributes which allow EJB1.0 semantics. Only used with EJB1.0 beans.
     data type: IsolationLevelAttributes*



resourceRefExtensions    -    An optional list of resource ref extensions for any of the resource refs defined for enterprise beans in the deployment descriptor of this ejb module that need to utilize additional websphere features for isolation level and connection management.
     data type: ResourceRefExtension*



localTransaction    -    Local transaction settings for the enterprise bean.
     data type: LocalTransaction


Copyright IBM Corp. 1996-2002