Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanCheck
Abstract class for checks that verify Bean implementation.
|
class |
AbstractInterfaceCheck
Abstract class for checking interface requirements.
|
class |
EntityBeanCheck
Checks that an EntityBean implementation satisfies EntityBean
requirements.
|
class |
LocalHomeInterfaceCheck
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 |
LocalInterfaceCheck
Checks the methods of a local interface.
|
class |
MessageBeanCheck
Checks that a MessageBean implementation satisfies MessageBean
requirements.
|
class |
RemoteHomeInterfaceCheck
Checks the methods of a remote home interface.
|
class |
RemoteInterfaceCheck
Checks the methods of a remote interface.
|
class |
SessionBeanCheck
Checks that a SessionBean implementation satisfies SessionBean
requirements.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractJ2eeCheck |
MethodChecker.getCheck()
Gets the client Check.
|
Constructor and Description |
---|
MethodChecker(AbstractJ2eeCheck aCheck)
Constructs a
MethodChecker . |