This type is a class for model objects.
EnterpriseJavaBean is a class. It can have instances, someone could write an instance document containing Departments and Employees. It also has attributes, operations, and associations. These are actually derived/filtered from its implementation classes and interfaces. For mapping and browsing purposes, though, you would like the EJB to appear as a class. In this light, even Session Beans can have associations and properties implemented by their bean. For example, it would be meaningful to describe associations from a Session to the Entities which it uses to perform its work.
Package: ejbAttributes Summary | |
name : EString | * No description is available * |
securityRoleRefs : SecurityRoleRef * | * No description is available * |
ejbClass : JavaClass @ | * No description is available * |
homeInterface : JavaClass @ | * No description is available * |
remoteInterface : JavaClass @ | * No description is available * |
ejbJar : EJBJar @ | * No description is available * |
securityIdentity : SecurityIdentity @ | The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It contains an optional description and a specification of the security identity to be used. |
localHomeInterface : JavaClass @ | * No description is available * |
localInterface : JavaClass @ | * No description is available * |
Attribute Details |