FileDocCategorySizeDatePackage
EjbRemoveModifiers.javaAPI DocGlassfish v2 API2390Fri May 04 22:34:04 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.messagebean

EjbRemoveModifiers

public class EjbRemoveModifiers extends EjbCreateModifiers
The Message-driven bean class must define a public ejbRemove() method
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
protected java.lang.StringgetMethodName()

return
the name of the method on the message bean this test applies to

        return "ejbRemove";