com.puppycrawl.tools.checkstyle.checks.j2ee
public class ContainerManagedMethodChecker extends EntityBeanMethodChecker
Constructor Summary | |
---|---|
ContainerManagedMethodChecker(EntityBeanCheck aCheck)
Constructs a ContainerManagedMethodChecker for a entity bean check. |
Method Summary | |
---|---|
protected void | checkCreateMethod(DetailAST aMethodAST)
Checks whether an ejbCreate<METHOD>(...) method of an
entity bean satisfies requirements. |
void | checkMethod(DetailAST aMethodAST)
{@inheritDoc} |
protected void | checkSelectMethod(DetailAST aMethodAST)
Checks whether an ejbSelect<METHOD>(...) method of an
entity bean satisfies requirements. |
Parameters: aCheck the entity bean check.
Parameters: aMethodAST the AST for the method definition.
Parameters: aMethodAST the AST for the method definition.