com.puppycrawl.tools.checkstyle.checks.j2ee

Class RemoteHomeInterfaceCheck

public class RemoteHomeInterfaceCheck extends AbstractInterfaceCheck

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

Author: Rick Giles

Constructor Summary
RemoteHomeInterfaceCheck()
Constructs a RemoteHomeInterfaceCheck.
Method Summary
voidvisitToken(DetailAST aAST)
{@inheritDoc}

Constructor Detail

RemoteHomeInterfaceCheck

public RemoteHomeInterfaceCheck()
Constructs a RemoteHomeInterfaceCheck.

Method Detail

visitToken

public void visitToken(DetailAST aAST)
{@inheritDoc}