FileDocCategorySizeDatePackage
CmpFieldsAbstract.javaAPI DocGlassfish v2 API2949Fri May 04 22:33:40 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2

CmpFieldsAbstract

public class CmpFieldsAbstract extends CmpFieldTest
Container-managed fields declaration test. CMP fields should be virtual fields only
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
protected booleanrunIndividualCmpFieldTest(com.sun.enterprise.deployment.Descriptor entity, com.sun.enterprise.deployment.Descriptor persistentField, java.lang.Class c, com.sun.enterprise.tools.verifier.Result result)
run an individual verifier test of a declated cmp field of the class

param
entity the descriptor for the entity bean containing the cmp-field
param
f the descriptor for the declared cmp field
param
c the class owning the cmp field
parma
r the result object to use to put the test results in
return
true if the test passed

        
        return isFieldAbstract(persistentField.getName(), c, result);