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

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

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

class
Abstract class for checks that verify Bean implementation.
class
Abstract class for checking interface requirements.
class
Checks that an EntityBean implementation satisfies EntityBean requirements.
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 the methods of a local interface.
class
Checks that a MessageBean implementation satisfies MessageBean requirements.
class
Checks the methods of a remote home interface.
class
Checks the methods of a remote interface.
class
Checks that a SessionBean implementation satisfies SessionBean requirements.

Constructors with parameter type com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck

Constructs a MethodChecker.

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

AbstractJ2eeCheck
Gets the client Check.