public abstract class BeanMethodChecker extends MethodChecker
| Constructor and Description |
|---|
BeanMethodChecker(AbstractBeanCheck aCheck)
Constructs a BeanMethodChecker for a bean check.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateMethod(DetailAST aMethodAST)
Checks whether an ejbCreate<METHOD>(...) method of a
bean satisfies requirements.
|
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements.
|
checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logNamepublic BeanMethodChecker(AbstractBeanCheck aCheck)
aCheck - the bean check.public void checkMethod(DetailAST aMethodAST)
checkMethod in class MethodCheckeraMethodAST - the AST for the method definition.protected void checkCreateMethod(DetailAST aMethodAST)
aMethodAST - the AST for the method definition.