|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
Checks the methods of a session bean. Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 7.10.2.
| Constructor Summary | |
SessionBeanMethodChecker(SessionBeanCheck aCheck)
Creates a method checker for a session bean check. |
|
| Method Summary | |
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. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker |
checkMethod |
| Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker |
checkMethod, checkNotThrows, checkThrows, getCheck, log, logName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionBeanMethodChecker(SessionBeanCheck aCheck)
aCheck - the session bean check.| Method Detail |
public void checkMethods(DetailAST aAST)
MethodChecker
checkMethods in class MethodCheckeraAST - the AST for the component definition.MethodCheckerprotected void checkCreateMethod(DetailAST aMethodAST)
BeanMethodChecker
checkCreateMethod in class BeanMethodCheckeraMethodAST - the AST for the method definition.BeanMethodChecker
|
Back to the Checkstyle Home Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||