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

EjbRemoveExists

public class EjbRemoveExists extends EjbCreateExists
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";