This type is a class for model objects.
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.
Package: ejbAttributes Summary | |
methodPermissions : MethodPermission * | * No description is available * |
methodTransactions : MethodTransaction * | 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. |
ejbJar : EJBJar @ | * No description is available * |
securityRoles : SecurityRole * | * No description is available * |
excludeList : ExcludeList @ | * No description is available * |
messageDestinations : MessageDestination * | @version J2EE1.4 |
Attribute Details |