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, logName
public BeanMethodChecker(AbstractBeanCheck aCheck)
aCheck
- the bean check.public void checkMethod(DetailAST aMethodAST)
checkMethod
in class MethodChecker
aMethodAST
- the AST for the method definition.protected void checkCreateMethod(DetailAST aMethodAST)
aMethodAST
- the AST for the method definition.