public class ContainerManagedMethodChecker extends EntityBeanMethodChecker
| Constructor and Description |
|---|
ContainerManagedMethodChecker(EntityBeanCheck aCheck)
Constructs a ContainerManagedMethodChecker for a entity bean check.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateMethod(DetailAST aMethodAST)
Checks whether an ejbCreate<METHOD>(...) method of an
entity bean satisfies requirements.
|
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements.
|
protected void |
checkSelectMethod(DetailAST aMethodAST)
Checks whether an ejbSelect<METHOD>(...) method of an
entity bean satisfies requirements.
|
checkCreateMatch, checkHomeMethod, checkMethods, checkPostCreateMethodcheckMethod, checkNotThrows, checkThrows, getCheck, log, logNamepublic ContainerManagedMethodChecker(EntityBeanCheck aCheck)
aCheck - the entity bean check.public void checkMethod(DetailAST aMethodAST)
checkMethod in class EntityBeanMethodCheckeraMethodAST - the AST for the method definition.protected void checkSelectMethod(DetailAST aMethodAST)
aMethodAST - the AST for the method definition.protected void checkCreateMethod(DetailAST aMethodAST)
checkCreateMethod in class EntityBeanMethodCheckeraMethodAST - the AST for the method definition.