public class SessionBeanMethodChecker extends BeanMethodChecker
| Constructor and Description |
|---|
SessionBeanMethodChecker(SessionBeanCheck aCheck)
Creates a method checker for a session 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 |
checkMethods(DetailAST aAST)
Checks that the methods of a component satisfy requirements.
|
checkMethodcheckMethod, checkNotThrows, checkThrows, getCheck, log, logNamepublic SessionBeanMethodChecker(SessionBeanCheck aCheck)
aCheck - the session 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.