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

Uses in package com.puppycrawl.tools.checkstyle.checks.j2ee

Classes derived from com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker

class
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
Checks methods of a remote home interface check.