Uses of Class
com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker

Packages that use MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee Contains J2EE checks. 
 

Uses of MethodChecker in com.puppycrawl.tools.checkstyle.checks.j2ee
 

Subclasses of MethodChecker in com.puppycrawl.tools.checkstyle.checks.j2ee
 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.
 

Methods in com.puppycrawl.tools.checkstyle.checks.j2ee that return MethodChecker
 MethodChecker AbstractJ2eeCheck.getMethodChecker()
          Gets the method checker for this component check.
 

Methods in com.puppycrawl.tools.checkstyle.checks.j2ee with parameters of type MethodChecker
 void AbstractJ2eeCheck.setMethodChecker(MethodChecker aMethodChecker)
          Sets the method checker for this component check.
 


Back to the Checkstyle Home Page