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

EjbRemoveReturnType

public class EjbRemoveReturnType extends EjbCreateReturnType
The Message-driven bean class must define a public ejbRemove() method with a void return type
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";