FileDocCategorySizeDatePackage
RemoteHomeMethodNameMatch.javaAPI DocGlassfish v2 API2611Fri May 04 22:33:52 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf

RemoteHomeMethodNameMatch

public class RemoteHomeMethodNameMatch extends com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodNameMatch
For each method defined in the home interface, there must be a matching method in the enterprise Bean's class prefixed with ejbHome.
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
protected java.lang.StringgetHomeInterfaceName(com.sun.enterprise.deployment.EjbDescriptor descriptor)

	return descriptor.getHomeClassName();
    
protected java.lang.StringgetSuperInterface()

	return "javax.ejb.EJBHome";