Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
Class and Description |
---|
AbstractBeanCheck
Abstract class for checks that verify Bean implementation.
|
AbstractInterfaceCheck
Abstract class for checking interface requirements.
|
AbstractJ2eeCheck
Abstract class for J2ee component checking.
|
BeanMethodChecker
Root class for bean method checks.
|
EntityBeanCheck
Checks that an EntityBean implementation satisfies EntityBean
requirements.
|
EntityBeanMethodChecker
Root class for entity bean method checks.
|
HomeInterfaceMethodChecker
Checks the methods of a home interface.
|
LocalHomeInterfaceCheck
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. |
LocalInterfaceCheck
Checks the methods of a local interface.
|
MessageBeanCheck
Checks that a MessageBean implementation satisfies MessageBean
requirements.
|
MethodChecker
Root class for method checks for a client Check.
|
PersistenceOption
Represents the policy for checking entity bean restrictions according
to whether persistence is bean-managed, container-managed, or mixed.
|
RemoteHomeInterfaceCheck
Checks the methods of a remote home interface.
|
RemoteInterfaceCheck
Checks the methods of a remote interface.
|
SessionBeanCheck
Checks that a SessionBean implementation satisfies SessionBean
requirements.
|