FileDocCategorySizeDatePackage
LocalInterfaceMatchMethodArgs.javaAPI DocGlassfish v2 API2822Fri May 04 22:33:56 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf

LocalInterfaceMatchMethodArgs

public class LocalInterfaceMatchMethodArgs extends com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceMatchMethodArgs
Local interface/business matching methods return type test. Verify the following: For each method defined in the local interface, there must be a matching method in the enterprise Bean's class. The matching method must have: . The same number and types of arguments
author
Sheetal Vartak

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

        return descriptor.getLocalClassName();
    
protected java.lang.StringgetInterfaceType()

        return MethodDescriptor.EJB_LOCAL;