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

LocalInterfaceClassExist

public class LocalInterfaceClassExist extends com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceClassExist
Local Interface test. Verify that the bean local interface class exist and is loadable.
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;