Attribute Label
|
Description
|
Value Constraints
|
Description
|
Provide text that describes the parent element.
Attribute: Description
|
Configurable: yes
Readable: yes
Writable: yes
|
EJB Name
|
Specify an enterprise bean's name. Assign the name to the enterprise bean in the ejb-jar file's deployment descriptor. The name must be unique among the names of the enterprise beans in the same ejb-jar file.
Attribute: EJBName
|
Configurable: yes
Readable: yes
Writable: yes
|
Method Name
|
Specify the name of an enterprise bean method or the asterisk "*" character. The asterick is used when the element denotes all the methods of an enterprise bean's remote and home interfaces.
Attribute: MethodName
|
Configurable: yes
Readable: yes
Writable: yes
|