File
Doc
Category
Size
Date
Package
RemoteHomeMethodNameMatch.java
API Doc
Glassfish v2 API
2611
Fri May 04 22:33:52 BST 2007
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf
RemoteHomeMethodNameMatch
java.lang.Object
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodNameMatch
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.String
getHomeInterfaceName
(
com.sun.enterprise.deployment.EjbDescriptor
descriptor)
return descriptor.getHomeClassName();
protected
java.lang.String
getSuperInterface
()
return "javax.ejb.EJBHome";
Java Code Source