Package com.puppycrawl.tools.checkstyle.checks.j2ee

Contains J2EE checks.

See:
          Description

Class Summary
AbstractBeanCheck Abstract class for checks that verify Bean implementation.
AbstractInterfaceCheck Abstract class for checking interface requirements.
AbstractJ2eeCheck Abstract class for J2ee component checking.
BeanManagedMethodChecker Checks methods of entity beans with bean-managed persistence.
BeanMethodChecker Root class for bean method checks.
ContainerManagedMethodChecker Checks methods of entity beans with container-managed persistence.
EntityBeanCheck Checks that an EntityBean implementation satisfies EntityBean requirements.
EntityBeanMethodChecker Root class for entity bean method checks.
FinalStaticCheck Checks that all static fields are declared final.
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.
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.
LocalInterfaceCheck Checks the methods of a local interface.
LocalInterfaceMethodChecker Checks methods of a local interface.
MessageBeanCheck Checks that a MessageBean implementation satisfies MessageBean requirements.
MessageBeanMethodChecker Checks the methods of a message bean.
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.
RemoteHomeInterfaceMethodChecker Checks methods of a remote home interface check.
RemoteInterfaceCheck Checks the methods of a remote interface.
RemoteInterfaceMethodChecker Checks methods of a remote interface.
SessionBeanCheck Checks that a SessionBean implementation satisfies SessionBean requirements.
SessionBeanMethodChecker Checks the methods of a session bean.
ThisParameterCheck Checks that 'this' is not a parameter of any method calls or constructors for a bean.
ThisReturnCheck Checks that 'this' is not returned by a bean method.
Utils J2EE check utility methods.
 

Package com.puppycrawl.tools.checkstyle.checks.j2ee Description

Contains J2EE checks.


Back to the Checkstyle Home Page