Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
Modifier and Type | Class and Description |
---|---|
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 |
RemoteHomeInterfaceCheck
Checks the methods of a remote home interface.
|
class |
RemoteInterfaceCheck
Checks the methods of a remote interface.
|
Constructor and Description |
---|
HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
Constructs a method checker for a home interface check.
|