com.puppycrawl.tools.checkstyle.checks.j2ee

Class RemoteHomeInterfaceMethodChecker


public class RemoteHomeInterfaceMethodChecker
extends HomeInterfaceMethodChecker

Checks methods of a remote home interface check. Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.5.

Author:
Rick Giles

Constructor Summary

RemoteHomeInterfaceMethodChecker(RemoteHomeInterfaceCheck aCheck)
Constructs a method checker for a remote home interface check.

Method Summary

void
checkMethod(DetailAST aMethodAST)

Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker

checkCreateMethod, checkMethod

Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker

checkMethod, checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName

Constructor Details

RemoteHomeInterfaceMethodChecker

public RemoteHomeInterfaceMethodChecker(RemoteHomeInterfaceCheck aCheck)
Constructs a method checker for a remote home interface check.

Parameters:
aCheck - the remote home interface check.

Method Details

checkMethod

public void checkMethod(DetailAST aMethodAST)
Overrides:
checkMethod in interface HomeInterfaceMethodChecker

See Also:
MethodChecker