File
Doc
Category
Size
Date
Package
LocalHomeMethodNameMatch.java
API Doc
Glassfish v2 API
2622
Fri May 04 22:33:52 BST 2007
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf
LocalHomeMethodNameMatch
java.lang.Object
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodNameMatch
public class LocalHomeMethodNameMatch 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
Sheetal Vartak
version
Fields Summary
Constructors Summary
Methods Summary
protected
java.lang.String
getHomeInterfaceName
(
com.sun.enterprise.deployment.EjbDescriptor
descriptor)
return descriptor.getLocalHomeClassName();
protected
java.lang.String
getSuperInterface
()
return "javax.ejb.EJBLocalHome";
Java Code Source