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 voidcheckCreateMethod(DetailAST aMethodAST)
{@inheritDoc}
voidcheckMethods(DetailAST aAST)
{@inheritDoc}

Constructor Detail

SessionBeanMethodChecker

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

Parameters: aCheck the session bean check.

Method Detail

checkCreateMethod

protected void checkCreateMethod(DetailAST aMethodAST)
{@inheritDoc}

checkMethods

public void checkMethods(DetailAST aAST)
{@inheritDoc}