EnterpriseBean

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.

Inherits from type JNDIEnvRefsGroup and adds the following.

Attributes Summary
name : String  
securityRoleRefs : SecurityRoleRef *  
ejbClass :   
homeInterface :   
remoteInterface :   
ejbJar :   
securityIdentity : SecurityIdentityThe 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.
localHomeInterface :   
localInterface :   

Attribute Details

name    -     
     data type:  String
     default Value:   unspecified



securityRoleRefs    -     
     data type: SecurityRoleRef*



ejbClass    -     
     data type: 



homeInterface    -     
     data type: 



remoteInterface    -     
     data type: 



ejbJar    -     
     data type: 



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. Itcontains an optional description and a specification of the security identity to be used.
     data type: SecurityIdentity



localHomeInterface    -     
     data type: 



localInterface    -     
     data type: 


Copyright IBM Corp. 1997-2004