| Attributes Summary |
| name : String | The method-name element contains a name of an enterprise bean method,or the asterisk (*) character.
|
| parms : String | @deprecated - No longer used - use {@link #getParams()} |
| params : String | The method-params element contains a list of the fully-qualified Java type names of the method parameters.
|
| isZeroParams : boolean | Do method params apply to this method?if the params is emty, it could mean one of two things:1) This method element applies to all methods having the name2) This method element applies to a specific method which takes no parametersThis flag, when false, indicates the first condition.
|
| type : MethodElementKind |
|
| description : String | The description element is used by the ejb-jar file producer to provide text describing the parent element.
|
| enterpriseBean : EnterpriseBean@
|
|