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

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

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

class
Checks methods of entity beans with bean-managed persistence.
class
Root class for bean method checks.
class
Checks methods of entity beans with container-managed persistence.
class
Root class for entity bean method checks.
class
Checks the methods of a home interface.
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 local interface.
class
Checks the methods of a message bean.
class
Checks methods of a remote home interface check.
class
Checks methods of a remote interface.
class
Checks the methods of a session bean.

Methods with parameter type com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker

void
Sets the method checker for this component check.

Methods with return type com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker

MethodChecker
Gets the method checker for this component check.