AssemblyDescriptor

The assembly-descriptor element contains application-assembly information. The application-assembly information consists of the following parts: the definition of security roles, the definition of method permissions, and the definition of transaction attributes for enterprise beans with container-managed transaction demarcation. All the parts are optional in the sense that they are omitted if the lists represented by them are empty. Providing an assembly-descriptor in the deployment descriptor is optional for the ejb-jar file producer.



Attributes Summary
methodPermissions : MethodPermission *  
methodTransactions : MethodTransaction * Specifies how the container must manage transaction scopes for the enterprise bean's method invocations.
securityRoles : SecurityRole *  
excludeList : ExcludeList  
messageDestinations : MessageDestination * @since J2EE1.

Attribute Details

methodPermissions    -     
     data type: MethodPermission*



methodTransactions    -    Specifies how the container must manage transaction scopes for the enterprise bean's method invocations. The element consists of an optional description, a list of method elements, and a transaction attribute.The transaction attribute is to be applied to all the specified methods.
     data type: MethodTransaction*



securityRoles    -     
     data type: SecurityRole*



excludeList    -     
     data type: ExcludeList



messageDestinations    -    @since J2EE1.4
     data type: MessageDestination*


Copyright IBM Corp. 1997-2004