ContainerManagedEntityExtension

Container managed entity bean extensions for WebSphere.

Inherits from type EntityExtension and adds the following.

Attributes Summary
concurrencyControl : ConcurrencyControlKindOptional.
finderDescriptors : FinderDescriptor * DEPRECATEDUSED FOR EJB1.
localRelationshipRoles : EjbRelationshipRole * DEPRECATEDUSED FOR EJB1.
accessIntents : AccessIntent * An optional list of access intents for a CMP enterprise bean.
persistenceSecurityIdentity : PersistenceSecurityIdentity@deprecatedUSED FOR COMPATIBILITY WITH EJB1.
dataCache : DataCacheData cache settings for the container managed entity bean.

Attribute Details

concurrencyControl    -    Optional. Specifies the type of concurrency control for this container managed entity.
     data type: ConcurrencyControlKind
     default Value:   unspecified
     Allowed Values:  pessimistic   optimistic  



finderDescriptors    -    DEPRECATEDUSED FOR EJB1.1 WEBSPHERE CMP EXTENSIONS (pre-EJB2.0)A list of finder descriptors for a container managed entity.
     data type: FinderDescriptor*



localRelationshipRoles    -    DEPRECATEDUSED FOR EJB1.1 WEBSPHERE CMP EXTENSIONS (pre-EJB2.0)A list of local relationship roles for the container managed entity bean.
     data type: EjbRelationshipRole*



accessIntents    -    An optional list of access intents for a CMP enterprise bean.
     data type: AccessIntent*



persistenceSecurityIdentity    -    @deprecatedUSED FOR COMPATIBILITY WITH EJB1.1 WEBSPHERE EXTENSION SUPPORT OF RUN AS. NOT USED FOR EJB2.0The optional security identity to use for CMP.
     data type: PersistenceSecurityIdentity



dataCache    -    Data cache settings for the container managed entity bean.
     data type: DataCache


Copyright IBM Corp. 1996-2002