File
Doc
Category
Size
Date
Package
LocalInterfaceClassExist.java
API Doc
Glassfish v2 API
2613
Fri May 04 22:33:56 BST 2007
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf
LocalInterfaceClassExist
java.lang.Object
com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceClassExist
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.String
getInterfaceName
(
com.sun.enterprise.deployment.EjbDescriptor
descriptor)
return descriptor.getLocalClassName();
protected
java.lang.String
getInterfaceType
()
return MethodDescriptor.EJB_LOCAL;
Java Code Source