Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanManagedMethodChecker
Checks methods of entity beans with bean-managed persistence.
|
class |
BeanMethodChecker
Root class for bean method checks.
|
class |
ContainerManagedMethodChecker
Checks methods of entity beans with container-managed persistence.
|
class |
EntityBeanMethodChecker
Root class for entity bean method checks.
|
class |
HomeInterfaceMethodChecker
Checks the methods of a home interface.
|
class |
LocalHomeInterfaceMethodChecker
Checks the local home interface requirements:
every method must not throw the
java.rmi.RemoteException
Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2. |
class |
LocalInterfaceMethodChecker
Checks methods of a local interface.
|
class |
MessageBeanMethodChecker
Checks the methods of a message bean.
|
class |
RemoteHomeInterfaceMethodChecker
Checks methods of a remote home interface check.
|
class |
RemoteInterfaceMethodChecker
Checks methods of a remote interface.
|
class |
SessionBeanMethodChecker
Checks the methods of a session bean.
|
Modifier and Type | Method and Description |
---|---|
MethodChecker |
AbstractJ2eeCheck.getMethodChecker()
Gets the method checker for this component check.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJ2eeCheck.setMethodChecker(MethodChecker aMethodChecker)
Sets the method checker for this component check.
|