public class MessageBeanMethodChecker extends BeanMethodChecker
| Constructor and Description |
|---|
MessageBeanMethodChecker(MessageBeanCheck aCheck)
Constructs a
MessageBeanMethodChecker. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateMethod(DetailAST aMethodAST)
Checks whether an ejbCreate<METHOD>(...) method of a
bean satisfies requirements.
|
void |
checkMethods(DetailAST aAST)
Checks that the methods of a component satisfy requirements.
|
checkMethodcheckMethod, checkNotThrows, checkThrows, getCheck, log, logNamepublic MessageBeanMethodChecker(MessageBeanCheck aCheck)
MessageBeanMethodChecker.aCheck - the message bean check.public void checkMethods(DetailAST aAST)
checkMethods in class MethodCheckeraAST - the AST for the component definition.protected void checkCreateMethod(DetailAST aMethodAST)
checkCreateMethod in class BeanMethodCheckeraMethodAST - the AST for the method definition.