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.
|
checkMethod
checkMethod, checkNotThrows, checkThrows, getCheck, log, logName
public MessageBeanMethodChecker(MessageBeanCheck aCheck)
MessageBeanMethodChecker
.aCheck
- the message bean check.public void checkMethods(DetailAST aAST)
checkMethods
in class MethodChecker
aAST
- the AST for the component definition.protected void checkCreateMethod(DetailAST aMethodAST)
checkCreateMethod
in class BeanMethodChecker
aMethodAST
- the AST for the method definition.