FileDocCategorySizeDatePackage
RemoteInterfaceMatchMethodException.javaAPI DocGlassfish v2 API3005Fri May 04 22:34:04 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf

RemoteInterfaceMatchMethodException

public class RemoteInterfaceMatchMethodException extends com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceMatchMethodException
Remote interface/business matching methods exceptions test. Verify the following: For each method defined in the remote interface, there must be a matching method in the enterprise Bean's class. The matching method must have: . All the exceptions defined in the throws clause of the matching method of the enterprise Bean class must be defined in the throws clause of the method of the remote interface.
author
Sheetal Vartak

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

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

        return MethodDescriptor.EJB_REMOTE;