com.puppycrawl.tools.checkstyle.checks.j2ee

Class BeanManagedMethodChecker


public class BeanManagedMethodChecker
extends EntityBeanMethodChecker

Checks methods of entity beans with bean-managed persistence. Reference: Enterprise JavaBeansTM Specification,Version 2.0, Chapter 12

Author:
Rick Giles

Constructor Summary

BeanManagedMethodChecker(EntityBeanCheck aCheck)
Constructs a BeanManagedMethodChecker.

Method Summary

void
checkMethod(DetailAST aMethodAST)
void
checkMethods(DetailAST aAST)

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

checkCreateMatch, checkCreateMethod, checkHomeMethod, checkMethod, checkMethods, checkPostCreateMethod

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

BeanManagedMethodChecker

public BeanManagedMethodChecker(EntityBeanCheck aCheck)
Constructs a BeanManagedMethodChecker.

Parameters:
aCheck - the entity bean check.

Method Details

checkMethod

public void checkMethod(DetailAST aMethodAST)
Overrides:
checkMethod in interface EntityBeanMethodChecker

See Also:
MethodChecker


checkMethods

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

See Also:
MethodChecker