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

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

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

Subclasses of HomeInterfaceMethodChecker in com.puppycrawl.tools.checkstyle.checks.j2ee
 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 RemoteHomeInterfaceMethodChecker
          Checks methods of a remote home interface check.
 


Back to the Checkstyle Home Page