com.puppycrawl.tools.checkstyle.checks.j2ee

Class SessionBeanMethodChecker


public class SessionBeanMethodChecker
extends BeanMethodChecker

Checks the methods of a session bean. Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 7.10.2.

Author:
Rick Giles

Constructor Summary

SessionBeanMethodChecker(SessionBeanCheck aCheck)
Creates a method checker for a session bean check.

Method Summary

protected void
checkCreateMethod(DetailAST aMethodAST)
void
checkMethods(DetailAST aAST)

Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker

checkCreateMethod, checkMethod

Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker

checkMethod, checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName

Constructor Details

SessionBeanMethodChecker

public SessionBeanMethodChecker(SessionBeanCheck aCheck)
Creates a method checker for a session bean check.

Parameters:
aCheck - the session bean check.

Method Details

checkCreateMethod

protected void checkCreateMethod(DetailAST aMethodAST)
Overrides:
checkCreateMethod in interface BeanMethodChecker

See Also:
BeanMethodChecker


checkMethods

public void checkMethods(DetailAST aAST)
Overrides:
checkMethods in interface MethodChecker

See Also:
MethodChecker